feat(dev-tools): higlight overlay

This commit is contained in:
vakrilov
2019-11-05 13:18:09 +02:00
parent cf32428f52
commit 6b467871d1
12 changed files with 325 additions and 16 deletions

View File

@ -19,4 +19,7 @@ export declare class DOMNode {
getComputedProperties(): CSSComputedStyleProperty[];
dispose(): void;
toJSON(): string;
requestHighligh(): void;
static requestCancelInspect(): void;
}