Files
5chan/src/globals.d.ts
T

9 lines
123 B
TypeScript
Raw Normal View History

2024-02-27 17:58:08 +01:00
declare global {
interface Window {
STICKY_MENU_SCROLL_LISTENER: boolean;
isElectron: boolean;
}
}
export {};