flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
6 lines (5 loc) • 310 B
TypeScript
export { Breadcrumb } from "./Breadcrumb";
export type { BreadcrumbProps, BreadcrumbRootTheme, BreadcrumbTheme } from "./Breadcrumb";
export { BreadcrumbItem } from "./BreadcrumbItem";
export type { BreadcrumbItemProps, BreadcrumbItemTheme } from "./BreadcrumbItem";
export { breadcrumbTheme } from "./theme";