mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 08:12:49 +08:00
style: 优化代码结构
This commit is contained in:
parent
7bef69af92
commit
b50620ec2c
1
src/components/Pages/Flipper/index.d.ts
vendored
Normal file
1
src/components/Pages/Flipper/index.d.ts
vendored
Normal file
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user