Hierarchy

  • UseModalResult

Properties

ModalWrapper: FC<{}>

The component for the modal. (Make sure to add this to the DOM)

Type declaration

    closeModal: (() => void)

    Type declaration

      • (): void
      • Method to close the modal.

        Returns void

    isShown: boolean

    Indicates whether the modal is shown or not.

    openModal: (() => void)

    Type declaration

      • (): void
      • Method to open the modal.

        Returns void

    Generated using TypeDoc