UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

12 lines (11 loc) 518 B
export { HR } from "./HR"; export type { HRProps, HRRootTheme, HRTheme } from "./HR"; export { HRIcon } from "./HRIcon"; export type { HRIconProps, HRIconTheme } from "./HRIcon"; export { HRSquare } from "./HRSquare"; export type { HRSquareProps, HRSquareTheme } from "./HRSquare"; export { HRText } from "./HRText"; export type { HRTextProps, HRTextTheme } from "./HRText"; export { HRTrimmed } from "./HRTrimmed"; export type { HRTrimmedProps, HRTrimmedTheme } from "./HRTrimmed"; export { hrTheme } from "./theme";