4 lines
178 B
TypeScript
4 lines
178 B
TypeScript
import type { InjectionKey } from 'vue';
|
|
import type { IDescriptionsInject } from './descriptions.type';
|
|
export declare const descriptionsKey: InjectionKey<IDescriptionsInject>;
|