2022-09-30 09:22:56 +08:00

5 lines
94 B
TypeScript

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