TeaWeb/client/app/external.d.ts

7 lines
221 B
TypeScript
Raw Normal View History

2020-09-30 20:51:04 +00:00
interface Window {
__native_client_init_hook: () => void;
__native_client_init_shared: (webpackRequire: any) => void;
}
declare const __teaclient_preview_notice: any;
declare const __teaclient_preview_error: any;