fix: Add the `BreadcrmbItem` ts type file #452
parent
fff0d5bf85
commit
980bcb70d9
|
@ -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[]
|
||||||
|
|
Loading…
Reference in New Issue