thelounge/client/types.d.ts
Max Leiter 942f7b202a
[ts-migrate][client] Init tsconfig.json file
Co-authored-by: ts-migrate <>
2022-05-21 11:49:30 -07:00

8 lines
154 B
TypeScript

declare module "*.vue" {
import Vue from "vue";
export default Vue;
}
interface LoungeWindow extends Window {
g_TheLoungeRemoveLoading?: () => void;
}