mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
55348b30b6
* style: use prettier * style: just prettier format, no code changes * style: eslint fix object-shorthand, prefer-const * style: fix no-void * style: no-console
6 lines
190 B
TypeScript
6 lines
190 B
TypeScript
import { InjectionKey } from 'vue'
|
|
import { IDescriptionsInject } from './descriptions.type'
|
|
|
|
export const elDescriptionsKey =
|
|
'elDescriptions' as any as InjectionKey<IDescriptionsInject>
|