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) 197 B
type PathResolver = (path: string) => string; export declare function genPackageEntry({ outputPath, pathResolver, }: { outputPath: string; pathResolver?: PathResolver; }): void; export {};