UNPKG

yhui-yuanhuan

Version:

A Component Library for Vue 3 based on element-plus

5 lines (4 loc) 269 B
import type { ConfigProviderProps } from './config-provider-props'; import type { InjectionKey, Ref } from 'vue'; export type ConfigProviderContext = Partial<ConfigProviderProps>; export declare const configProviderContextKey: InjectionKey<Ref<ConfigProviderContext>>;