mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 19:58:09 +08:00
88a97ca6d2
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
6 lines
202 B
TypeScript
6 lines
202 B
TypeScript
import type { InjectionKey } from 'vue'
|
|
import type { BreadcrumbProps } from '@element-plus/components/breadcrumb'
|
|
|
|
export const breadcrumbKey: InjectionKey<BreadcrumbProps> =
|
|
Symbol('breadcrumbKey')
|