UNPKG

@nativescript/core

Version:

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

6 lines (5 loc) 440 B
import { InspectorEvents, InspectorCommands } from './devtools-elements-interfaces'; export * from './devtools-elements-interfaces'; export declare function attachDOMInspectorEventCallbacks(DOMDomainFrontend: InspectorEvents): void; export declare function attachDOMInspectorCommandCallbacks(DOMDomainBackend: InspectorCommands): void; export declare function attachCSSInspectorCommandCallbacks(CSSDomainFrontend: InspectorCommands): void;