UNPKG

mind-elixir

Version:

Mind elixir is a free open source mind map core.

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