Sfoglia il codice sorgente

style: 优化代码结构

奔跑的面条 3 anni fa
parent
commit
5270fe5246

+ 1 - 0
src/components/Pages/Flipper/index.d.ts

@@ -0,0 +1 @@
+export type FlipType = 'up' | 'down'

+ 1 - 1
src/components/Pages/Flipper/index.ts

@@ -1,4 +1,4 @@
 import Flipper from './index.vue'
-type FlipType = 'up' | 'down'
+import { FlipType } from './index.d'
 
 export { Flipper, FlipType }