mindmapRender.d.ts 109 B

1
  1. export declare const mindmapRender: (element: (HTMLElement | Document), cdn: string, theme: string) => void;