mirror of
https://github.com/youzan/vant.git
synced 2026-03-06 02:06:58 +08: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;
|
|
}
|