mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
fix(ios): devtools inspector_modules
This commit is contained in:
4
packages/core/debugger/dom-node.d.ts
vendored
4
packages/core/debugger/dom-node.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
import { ViewBase } from '../ui/core/view-base';
|
||||
import { CSSComputedStyleProperty } from './css-agent';
|
||||
import type { ViewBase } from '../ui/core/view-base';
|
||||
import type { CSSComputedStyleProperty } from './css-agent';
|
||||
export declare function getNodeById(id: number): DOMNode;
|
||||
declare class WeakRef<T> {
|
||||
constructor(obj: T);
|
||||
|
Reference in New Issue
Block a user