UNPKG

@lightningjs/renderer

Version:
6 lines (5 loc) 411 B
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;