vueless
Version:
Vue Styleless UI Component Library, powered by Tailwind CSS.
10 lines (9 loc) • 322 B
TypeScript
export function getVuelessConfig(basePath?: string): Promise<Object>;
export let vuelessConfig: {};
export const cx: import("cva").CX;
export const getMergedConfig: ({ defaultConfig, globalConfig, propsConfig, unstyled }: {
defaultConfig: any;
globalConfig: any;
propsConfig: any;
unstyled: any;
}) => {};