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.

7 lines (6 loc) 131 B
/** * Build style entry of all components */ export declare function genComponentStyle(options?: { cache: boolean; }): void;