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.

4 lines (3 loc) 177 B
import { Options } from './type.js'; export declare function parseAndWrite(options: Options): Promise<void>; export declare function genWebStormTypes(tagPrefix?: string): void;