mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
fix(ios): devtools inspector_modules
This commit is contained in:
@ -2,7 +2,7 @@ import { CSSComputedStyleProperty } from './css-agent';
|
||||
import { InspectorEvents } from './devtools-elements-interfaces';
|
||||
|
||||
// Needed for typings only
|
||||
import { ViewBase } from '../ui/core/view-base';
|
||||
import type { ViewBase } from '../ui/core/view-base';
|
||||
|
||||
const registeredDomNodes = {};
|
||||
const ELEMENT_NODE_TYPE = 1;
|
||||
|
Reference in New Issue
Block a user