UNPKG

element-plus

Version:

A Component Library for Vue 3

5 lines (4 loc) 339 B
import type { configProviderProps } from 'element-plus/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>>;