UNPKG

@plait/mind

Version:

Implementation of the core logic of the mind map plugin.

11 lines (10 loc) 273 B
export declare enum LayoutDirection { 'top' = "top", 'right' = "right", 'bottom' = "bottom", 'left' = "left" } export declare const LayoutDirectionsMap: LayoutDirectionMapType; export type LayoutDirectionMapType = { [key: string]: LayoutDirection[]; };