UNPKG

@plurid/plurid-engine

Version:
6 lines (5 loc) 329 B
import { /** interfaces */ TreePlane, LinkCoordinates } from '@plurid/plurid-data'; export declare const updateTreePlane: (tree: TreePlane[], page: TreePlane) => TreePlane[]; export declare const updateTreeByPlaneIDWithLinkCoordinates: (tree: TreePlane[], planeID: string, linkCoordinates: LinkCoordinates) => TreePlane[];