9 lines
87 B
TypeScript
9 lines
87 B
TypeScript
|
|
export { }
|
|
|
|
declare global {
|
|
interface Window {
|
|
removeLoading: () => void
|
|
}
|
|
}
|