mind-elixir
Version:
Mind elixir is a free open source mind map core.
5 lines (4 loc) • 302 B
TypeScript
import type { MindElixirInstance } from '../types/index';
import type { Theme } from '../types/index';
export declare const changeTheme: (this: MindElixirInstance, theme: Theme, shouldRefresh?: boolean) => void;
export declare const changeCompact: (this: MindElixirInstance, compact: boolean) => void;