mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-26 11:26:34 +08:00
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
import Flipper from './index.vue'
|
|
type FlipType = 'up' | 'down'
|
|
|
|
export { Flipper, FlipType }
|