File size: 197 Bytes
1e92f2d |
1 2 3 4 5 6 7 |
import Breadcrumb from './Breadcrumb';
export type { BreadcrumbProps } from './Breadcrumb';
export type { BreadcrumbItemProps, SeparatorType } from './BreadcrumbItem';
export default Breadcrumb;
|