UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

8 lines (7 loc) 282 B
export declare function getDocument(): any; export declare function getComputedStylesForNode(nodeId: any): Array<{ name: string; value: string; }>; export declare const removeNode: (...args: any[]) => void; export declare const setAttributeAsText: (...args: any[]) => void;