mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 22:39:34 +08:00
9aec72c395
* chore: remove useless tsx support * add * add * style * fix lint * fix lint * fix lint * update locale entry * update locale entry * update locale entry * delete useless style
7 lines
182 B
TypeScript
7 lines
182 B
TypeScript
import Breadcrumb from './Breadcrumb';
|
|
|
|
export type { BreadcrumbProps } from './Breadcrumb';
|
|
export type { BreadcrumbItemProps } from './BreadcrumbItem';
|
|
|
|
export default Breadcrumb;
|