UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

10 lines (9 loc) 309 B
declare global { interface Window { attachEvent(event: string, listener: EventListener): boolean; } } export declare const isDOMAvailable: boolean; export declare const canUseEventListeners: boolean; export declare const canUseViewport: boolean; export declare const isAsyncDebugging = false;