feat: 完成数字翻牌组件

This commit is contained in:
tnt group
2022-09-30 09:22:56 +08:00
parent 77a763db75
commit 872382b4a3
10 changed files with 292 additions and 64 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
import Flipper from './index.vue'
type FlipType = 'up' | 'down'
export { Flipper }
export { Flipper, FlipType }