UNPKG

angular-mindmap

Version:
15 lines (14 loc) 566 B
import { MindMapModuleOpts } from './mind-map-main'; export declare const $win: { [propName: string]: any; }; export declare const NAME: string; export declare const VERSION: string; export declare const AUTHOR = ""; export declare const logger: Console; export declare const DEFAULT_OPTIONS: MindMapModuleOpts; export declare const $document: any; export declare const $get: (id: any) => any; export declare const $create: (tag: any) => any; export declare const $text: (node: any, text: any) => void; export declare const $html: (node: any, text: any) => any;