UNPKG

vue-admin-core

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