UNPKG

mind-elixir

Version:

Mind elixir is a free open source mind map core.

33 lines (32 loc) 936 B
export type LangPack = { addChild: string; addParent: string; addSibling: string; removeNode: string; focus: string; cancelFocus: string; moveUp: string; moveDown: string; link: string; linkBidirectional: string; clickTips: string; summary: string; }; export declare const cn: LangPack; export declare const zh_CN: LangPack; export declare const zh_TW: LangPack; export declare const en: LangPack; export declare const ru: LangPack; export declare const ja: LangPack; export declare const pt: LangPack; export declare const it: LangPack; export declare const es: LangPack; export declare const fr: LangPack; export declare const ko: LangPack; export declare const ro: LangPack; export declare const da: LangPack; export declare const fi: LangPack; export declare const de: LangPack; export declare const nl: LangPack; export declare const nb: LangPack; export declare const sv: LangPack;