UNPKG

ucc-ui

Version:

ucc-ui components library

5 lines (4 loc) 245 B
import { InjectionKey, Ref } from 'vue'; import { UConfigProviderProps } from './types'; export type ConfigProviderContext = Partial<UConfigProviderProps>; export declare const configProviderContextKey: InjectionKey<Ref<ConfigProviderContext>>;