element-plus/packages/components/descriptions/src/token.ts
三咲智子 0636e1e240
style: add import and stricter lint (#3440)
* style: add import lint

* chore: apply eslint rules

* chore: add stricter lint

* chore: lint all files

* auto fix

* manually fix

* restore build-indices.ts
2021-09-17 15:27:31 +08:00

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>