mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +08:00
0636e1e240
* style: add import lint * chore: apply eslint rules * chore: add stricter lint * chore: lint all files * auto fix * manually fix * restore build-indices.ts
6 lines
200 B
TypeScript
6 lines
200 B
TypeScript
import type { InjectionKey } from 'vue'
|
|
import type { IDescriptionsInject } from './descriptions.type'
|
|
|
|
export const elDescriptionsKey =
|
|
'elDescriptions' as any as InjectionKey<IDescriptionsInject>
|