index.ts 95 Bytes Raw Blame History Permalink 1 2 3 4 5 import Flipper from './index.vue' type FlipType = 'up' | 'down' export { Flipper, FlipType }