UNPKG

195 BTypeScriptView Raw
1import Breadcrumb from './Breadcrumb';
2export type { BreadcrumbProps } from './Breadcrumb';
3export type { BreadcrumbItemProps, SeparatorType } from './BreadcrumbItem';
4export default Breadcrumb;