index.d.ts 195 B

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