mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
6 lines
197 B
TypeScript
6 lines
197 B
TypeScript
import type { InjectionKey } from 'vue'
|
|
import type { IDescriptionsInject } from './descriptions.type'
|
|
|
|
export const descriptionsKey: InjectionKey<IDescriptionsInject> =
|
|
Symbol('elDescriptions')
|