UNPKG

mind-elixir

Version:

Mind elixir is a free open source mind map core.

7 lines (6 loc) 414 B
import type MindElixir from '../index'; import type { NodeObj } from '../types'; import type { Topic, Wrapper } from '../types/dom'; export declare const judgeDirection: ({ map, direction }: MindElixir, obj: NodeObj) => 0 | 1 | 3 | undefined; export declare const addChildDom: (mei: MindElixir, to: Topic, wrapper: Wrapper) => void; export declare const removeNodeDom: (tpc: Topic, siblingLength: number) => void;