UNPKG

element-plus

Version:

A Component Library for Vue 3

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>>;