mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-05 11:21:11 +08:00
6 lines
206 B
TypeScript
6 lines
206 B
TypeScript
import type { InjectionKey } from 'vue'
|
|
import type { BreadcrumbProps } from '@element-plus/components/breadcrumb'
|
|
|
|
export const elBreadcrumbKey: InjectionKey<BreadcrumbProps> =
|
|
Symbol('elBreadcrumbKey')
|