mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
93f0a35905
* feat(components): [el-button-group] add type prop * fix breadcrumb import
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')
|