UNPKG

@vuesax-alpha/nightly

Version:
5 lines (4 loc) 296 B
import type { ConfigProviderProps } from 'vuesax-alpha/es/components/config-provider'; import type { InjectionKey, Ref } from 'vue'; export declare type ConfigProviderContext = Partial<ConfigProviderProps>; export declare const configProviderContextKey: InjectionKey<Ref<ConfigProviderContext>>;