UNPKG
v-luck-draw
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
基于Vue的转盘抽奖组件
github.com/destiny-wenlun/vue-luckdraw
destiny-wenlun/vue-luckdraw
v-luck-draw
/
types
/
index.d.ts
10 lines
(7 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
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
}