ModalProps: The properties passed to the Modal component.

Param

A boolean that indicates if the modal is open.

Param

A function that is called to close the modal.

Param

The elements to be rendered in the modal.

Param

The CSS properties to be applied to the modal.

Hierarchy

  • ModalProps

Properties

children: ReactNode
isModalTableOpen: boolean
onClose: (() => void)

Type declaration

    • (): void
    • Returns void

style: CSSProperties

Generated using TypeDoc