mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
56c42e496b
* refactor(breadcrumb): rewrite with hook * Update BreadcrumbItem.tsx
7 lines
172 B
TypeScript
7 lines
172 B
TypeScript
import Breadcrumb from './Breadcrumb';
|
|
|
|
export { BreadcrumbProps } from './Breadcrumb';
|
|
export { BreadcrumbItemProps } from './BreadcrumbItem';
|
|
|
|
export default Breadcrumb;
|