UNPKG

vueless

Version:

Vue Styleless UI Component Library, powered by Tailwind CSS.

14 lines (13 loc) 468 B
export function createMergeConfigs(cx: any): ({ defaultConfig, globalConfig, propsConfig, config, isVariants, }: { defaultConfig: any; globalConfig: any; propsConfig: any; config?: {} | undefined; isVariants?: boolean | undefined; }) => any; export function createGetMergedConfig(cx: any): ({ defaultConfig, globalConfig, propsConfig, unstyled }: { defaultConfig: any; globalConfig: any; propsConfig: any; unstyled: any; }) => any;