UNPKG

@plait/mind

Version:

Implementation of the core logic of the mind map plugin.

12 lines (11 loc) 281 B
export declare enum HorizontalPlacement { left = "left", center = "center", right = "right" } export declare enum VerticalPlacement { top = "top", middle = "middle", bottom = "bottom" } export type PointPlacement = [HorizontalPlacement, VerticalPlacement];