@ajainvivek/mind
Version:
Implementation of the core logic of the mind map plugin.
6 lines (5 loc) • 367 B
TypeScript
import { MindElement } from '../interfaces/element';
export declare const isNormalizedData: (element: MindElement) => boolean;
export declare const isNormalizedWidthAndHeight: (element: MindElement) => boolean;
export declare const fixMindElementData: (element: MindElement) => void;
export declare const fixMindElementWidthAndHeight: (element: MindElement) => void;