ant-design/components/breadcrumb/index.tsx
Tom Xu 56c42e496b
refactor(breadcrumb): rewrite with hook (#24512)
* refactor(breadcrumb): rewrite with hook

* Update BreadcrumbItem.tsx
2020-05-28 15:22:00 +08:00

7 lines
172 B
TypeScript

import Breadcrumb from './Breadcrumb';
export { BreadcrumbProps } from './Breadcrumb';
export { BreadcrumbItemProps } from './BreadcrumbItem';
export default Breadcrumb;