vueless
Version:
Vue Styleless UI Component Library, powered by Tailwind CSS.
14 lines (13 loc) • 466 B
TypeScript
export function createMergeConfigs(cx: any): ({ defaultConfig, globalConfig, propsConfig, config, isVariants, }: {
defaultConfig: any;
globalConfig: any;
propsConfig: any;
config?: {} | undefined;
isVariants?: boolean | undefined;
}) => {};
export function createGetMergedConfig(cx: any): ({ defaultConfig, globalConfig, propsConfig, unstyled }: {
defaultConfig: any;
globalConfig: any;
propsConfig: any;
unstyled: any;
}) => {};