mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
8 lines
119 B
TypeScript
8 lines
119 B
TypeScript
import { App } from 'vue';
|
|
|
|
export class VanComponent {
|
|
static name: string;
|
|
|
|
static install: (app: App) => any;
|
|
}
|