vueless
Version:
Vue Styleless UI Component Library, powered by Tailwind CSS.
8 lines (7 loc) • 544 B
TypeScript
export function createIconsCache({ env, debug, targetFiles, basePath }?: string): Promise<void>;
export function removeIconsCache(basePath: string, isVuelessEnv?: boolean): Promise<void>;
export function copyIconsCache(basePath: string, isVuelessEnv?: boolean): Promise<void>;
export function generateIconExports(): string;
export function reloadServerOnIconsCacheUpdate(server: Object): void;
export function extractIconLines(content: string): string[];
export function isIconChanged(currentLines: string[], previousLines: string[]): boolean;