mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
8 lines
263 B
TypeScript
8 lines
263 B
TypeScript
import { Observable } from '../data/observable';
|
|
export declare class NativeScriptGlobalState {
|
|
events: Observable<any>;
|
|
launched: boolean;
|
|
}
|
|
export function installPolyfills(moduleName: string, exportNames: string[]): void;
|
|
export function initGlobal(): void;
|