We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BreadcrmbItem
1 parent fff0d5b commit 980bcb7Copy full SHA for 980bcb7
types/breadcrumb/breadcrumb.d.ts
@@ -12,7 +12,7 @@ export interface Route {
12
}
13
14
export declare class Breadcrumb extends AntdComponent {
15
- static BreadcrumbItem: typeof BreadcrumbItem;
+ static Item: typeof BreadcrumbItem;
16
/**
17
* The routing stack information of router
18
* @type Route[]
0 commit comments