diff --git a/src/global.d.ts b/src/global.d.ts new file mode 100644 index 0000000..66f1d08 --- /dev/null +++ b/src/global.d.ts @@ -0,0 +1,9 @@ + + +export { } + +declare global { + interface Window { + removeLoading: () => void + } +}