UNPKG

@opensig/opendesign

Version:

7 lines (6 loc) 211 B
import { InjectionKey } from 'vue'; import { LinkConfigT, LanguageConfigT } from './types'; export declare const configProviderInjectKey: InjectionKey<{ locale?: LanguageConfigT; link?: LinkConfigT; }>;