style: 优化代码结构

This commit is contained in:
奔跑的面条 2022-10-31 09:30:35 +08:00
parent 7bef69af92
commit b50620ec2c
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
export type FlipType = 'up' | 'down'

View File

@ -1,4 +1,4 @@
import Flipper from './index.vue' import Flipper from './index.vue'
type FlipType = 'up' | 'down' import { FlipType } from './index.d'
export { Flipper, FlipType } export { Flipper, FlipType }