UNPKG

tav-ui

Version:
5 lines (4 loc) 333 B
import type { configProviderProps } from 'tav-ui/es/components/config-provider'; import type { ExtractPropTypes, InjectionKey, Ref } from 'vue'; export declare type ConfigProviderContext = Partial<ExtractPropTypes<typeof configProviderProps>>; export declare const configProviderContextKey: InjectionKey<Ref<ConfigProviderContext>>;