UNPKG

vant-fork

Version:

Lightweight Mobile UI Components built on Vue

7 lines (5 loc) 117 B
import Vue from 'vue' export class VanComponent { static name: string; static install(vue: typeof Vue): void; }