flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
5 lines (4 loc) • 300 B
TypeScript
export { Breadcrumb } from "./Breadcrumb";
export type { BreadcrumbComponentProps, FlowbiteBreadcrumbRootTheme, FlowbiteBreadcrumbTheme } from "./Breadcrumb";
export { BreadcrumbItem } from "./BreadcrumbItem";
export type { BreadcrumbItemProps, FlowbiteBreadcrumbItemTheme } from "./BreadcrumbItem";