Hierarchy

  • DialogProps

Properties

children: ReactNode

Main content of the dialog.

onClose: (() => void)

Type declaration

    • (): void
    • Callback fired when the dialog requests to be closed.

      Returns void

open: boolean

Dialog is open.

title?: ReactNode

Content of the dialog title.

Generated using TypeDoc