vite-react
Preparing search index...
src/components/Modal
ModalProps
Type Alias ModalProps
ModalProps
:
GenericComponentProps
&
{
set_visible
:
Dispatch
<
SetStateAction
<
boolean
>
>
;
visible
:
boolean
;
}
Type declaration
set_visible
:
Dispatch
<
SetStateAction
<
boolean
>
>
visible
:
boolean
Whether the modal is visible or not.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
vite-react
Loading...
Whether the modal is visible or not.