2022-10-31 09:29:22 +08:00

5 lines
94 B
TypeScript

import Flipper from './index.vue'
type FlipType = 'up' | 'down'
export { Flipper, FlipType }