@lightningjs/renderer
Version:
Lightning 3 Renderer
6 lines (5 loc) • 411 B
TypeScript
import type { CoreNode } from '../CoreNode.js';
export declare const bucketSortByZIndex: (nodes: CoreNode[], min: number) => void;
export declare const incrementalRepositionByZIndex: (changedNodes: CoreNode[], nodes: CoreNode[]) => void;
export declare const findChildIndexById: (node: CoreNode, children: CoreNode[]) => number;
export declare const removeChild: (node: CoreNode, children: CoreNode[]) => void;