This website works better with JavaScript
Home
Explore
Help
Sign In
gubersail
/
gubersail-platform-ui
Watch
5
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix(types): 在global.d.ts中添加export语句以修复类型导出问题
yz
2 weeks ago
parent
970c1fe301
commit
d1e5a90683
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
src/types/global.d.ts
+ 2
- 0
src/types/global.d.ts
View File
@@ -36,3 +36,5 @@ declare global {
data: T;
}
}
+
+export {};