mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
8 lines
258 B
TypeScript
8 lines
258 B
TypeScript
import { Observable } from '../data/observable';
|
|
export declare class NativeScriptGlobalState {
|
|
events: Observable;
|
|
launched: boolean;
|
|
}
|
|
export function installPolyfills(moduleName: string, exportNames: string[]): void;
|
|
export function initGlobal(): void;
|