Skip to content

Commit

Permalink
fix: Add the BreadcrmbItem ts type file #452
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Jan 31, 2019
1 parent fff0d5b commit 980bcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/breadcrumb/breadcrumb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down

0 comments on commit 980bcb7

Please sign in to comment.