fix: Add the BreadcrmbItem ts type file #452

This commit is contained in:
tangjinzhou 2019-01-31 17:31:55 +08:00
parent fff0d5bf85
commit 980bcb70d9

View File

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