mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 10:03:29 +08:00
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;
|