mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
6 lines
95 B
TypeScript
6 lines
95 B
TypeScript
import Flipper from './index.vue'
|
|
|
|
type FlipType = 'up' | 'down'
|
|
|
|
export { Flipper, FlipType }
|