vant/types/component.d.ts
2018-06-16 10:27:21 +08:00

5 lines
72 B
TypeScript

export class VanComponent {
static name: string;
install(): void;
}