UNPKG

mind-elixir

Version:

Mind elixir is a free open source mind map core.

5 lines (4 loc) 276 B
import type { Children } from '../types/dom'; import { type MindElixirInstance, type NodeObj } from '../types/index'; export declare const layout: (this: MindElixirInstance) => void; export declare const layoutChildren: (mei: MindElixirInstance, data: NodeObj[]) => Children;