Skip to content

Commit 980bcb7

Browse files
committed
fix: Add the BreadcrmbItem ts type file #452
1 parent fff0d5b commit 980bcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/breadcrumb/breadcrumb.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface Route {
1212
}
1313

1414
export declare class Breadcrumb extends AntdComponent {
15-
static BreadcrumbItem: typeof BreadcrumbItem;
15+
static Item: typeof BreadcrumbItem;
1616
/**
1717
* The routing stack information of router
1818
* @type Route[]

0 commit comments

Comments
 (0)