ModalComponent: Assign<Omit<typeof _Modal, "success" | "info" | "warning" | "warn" | "error" | "confirm">, FC<ModalProps>> & {
    confirm: StaticModalType;
    error: StaticModalType;
    info: StaticModalType;
    success: StaticModalType;
    useModal: typeof __type;
    warning: StaticModalType;
}

Type declaration

  • confirm: StaticModalType
  • error: StaticModalType
  • info: StaticModalType
  • success: StaticModalType
  • useModal: typeof __type
  • warning: StaticModalType

Generated using TypeDoc