@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.
15 lines (14 loc) • 356 B
TypeScript
import type { VueTag, Options } from './type.js';
export declare function genWebTypes(tags: VueTag[], options: Options): {
$schema: string;
framework: string;
name: string;
version: string;
contributions: {
html: {
tags: VueTag[];
attributes: never[];
};
};
'js-types-syntax': string;
};