UNPKG

@plurid/plurid-engine

Version:
4 lines (3 loc) 272 B
import { TreePlane, PluridConfiguration } from '@plurid/plurid-data'; declare const computeSheavesLayout: (roots: TreePlane[], depth?: number, offsetX?: number, offsetY?: number, configuration?: PluridConfiguration) => TreePlane[]; export default computeSheavesLayout;