style: 优化代码结构

This commit is contained in:
奔跑的面条
2022-10-31 09:52:02 +08:00
parent b50620ec2c
commit bb46050bb3
3 changed files with 5 additions and 11 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import Flipper from './index.vue'
import { FlipType } from './index.d'
type FlipType = 'up' | 'down'
export { Flipper, FlipType }