Files
QingLong/WebRoot/html/cdn/lib/tokens/breadcrumb.d.ts
2025-08-15 09:13:13 +08:00

4 lines
188 B
TypeScript

import type { InjectionKey } from 'vue';
import type { BreadcrumbProps } from 'element-plus/es/components/breadcrumb';
export declare const elBreadcrumbKey: InjectionKey<BreadcrumbProps>;