fix: Add the `BreadcrmbItem` ts type file #452

pull/471/head
tangjinzhou 2019-01-31 17:31:55 +08:00
parent fff0d5bf85
commit 980bcb70d9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export interface Route {
} }
export declare class Breadcrumb extends AntdComponent { export declare class Breadcrumb extends AntdComponent {
static BreadcrumbItem: typeof BreadcrumbItem; static Item: typeof BreadcrumbItem;
/** /**
* The routing stack information of router * The routing stack information of router
* @type Route[] * @type Route[]