UNPKG

v-luck-draw

Version:
10 lines (7 loc) 205 B
import Vue from 'vue'; export function install(vue: typeof Vue): void; export class LuckDraw extends Vue { static name: string; static install(vue: typeof Vue): void; stop(): void }