9 lines
87 B
TypeScript

export { }
declare global {
interface Window {
removeLoading: () => void
}
}