9 lines
87 B
TypeScript
Raw Normal View History

2021-11-11 17:52:50 +08:00
export { }
declare global {
interface Window {
2021-11-15 23:16:10 +08:00
removeLoading: () => void
2021-11-11 17:52:50 +08:00
}
}