index.ts 94 B

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