UNPKG

@gravity-ui/graph

Version:

Modern graph editor component

14 lines (13 loc) 482 B
import { GraphComponent } from "../../GraphComponent"; export declare class DrawBelow extends GraphComponent { protected shouldUpdateChildren: boolean; protected shouldRenderChildren: boolean; protected isVisible(): boolean; protected render(): void; } export declare class DrawOver extends GraphComponent { protected shouldUpdateChildren: boolean; protected shouldRenderChildren: boolean; protected isVisible(): boolean; protected render(): void; }