@jiaozhiye/qm-design-vue
Version:
A Component Library for Vue3.0
14 lines (13 loc) • 692 B
TypeScript
declare const ConfigProvider: import("../_utils/types").SFCWithInstall<import("vue").DefineComponent<{
locale: string;
size?: import("../_utils/types").ComponentSize | undefined;
theme?: string | undefined;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
locale: string;
size?: import("../_utils/types").ComponentSize | undefined;
theme?: string | undefined;
}> & Readonly<{}>, {
locale: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
export default ConfigProvider;
export type { ConfigProviderProps } from './src/props';