UNPKG

@vant/cli

Version:

Vant CLI is a tool for building vue component library. You can quickly build a full-featured Vue component library with vant-cli.

6 lines (5 loc) 217 B
type CSS_LANG = 'css' | 'less' | 'scss'; export declare const CSS_LANG: CSS_LANG; export declare function getCssBaseFile(): string | null; export declare function replaceCSSImportExt(code: string): string; export {};