mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-03 04:27:41 +08:00
fix: Add the BreadcrmbItem
ts type file #452
This commit is contained in:
parent
fff0d5bf85
commit
980bcb70d9
2
types/breadcrumb/breadcrumb.d.ts
vendored
2
types/breadcrumb/breadcrumb.d.ts
vendored
@ -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[]
|
||||
|
Loading…
Reference in New Issue
Block a user