mind-elixir
Version:
Mind elixir is a free open source mind map core.
7 lines (6 loc) • 306 B
TypeScript
import type { KeypressOptions, MindElixirInstance } from '../types/index';
export declare const handleZoom: (mei: MindElixirInstance, direction: "in" | "out", offset?: {
x: number;
y: number;
}) => void;
export default function (mind: MindElixirInstance, options: boolean | KeypressOptions): void;