mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 00:14:18 +00:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
export class VanComponent {
|
|
static name: string;
|
|
install(): void;
|
|
}
|