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