flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
9 lines (8 loc) • 544 B
TypeScript
export { Modal } from "./Modal";
export type { FlowbiteModalContentTheme, FlowbiteModalRootTheme, FlowbiteModalTheme, ModalPositions, ModalProps, ModalSizes, } from "./Modal";
export { ModalBody } from "./ModalBody";
export type { FlowbiteModalBodyTheme, ModalBodyProps } from "./ModalBody";
export { ModalFooter } from "./ModalFooter";
export type { FlowbiteModalFooterTheme, ModalFooterProps } from "./ModalFooter";
export { ModalHeader } from "./ModalHeader";
export type { FlowbiteModalHeaderTheme, ModalHeaderProps } from "./ModalHeader";