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) 181 B
type Options = { outputPath?: string; pathResolver?: (path: string) => string; }; export declare function genPackageStyle(options?: Options): string | undefined; export {};