mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
style: 优化代码结构
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
export type FlipType = 'up' | 'down'
|
||||
@@ -1,4 +1,4 @@
|
||||
import Flipper from './index.vue'
|
||||
type FlipType = 'up' | 'down'
|
||||
import { FlipType } from './index.d'
|
||||
|
||||
export { Flipper, FlipType }
|
||||
|
||||
Reference in New Issue
Block a user