UNPKG

mind-elixir

Version:

Mind elixir is a free open source mind map core.

4 lines (3 loc) 212 B
import type { MindElixirInstance } from '../types/index'; import type { Theme } from '../types/index'; export declare const changeTheme: (this: MindElixirInstance, theme: Theme, shouldRefresh?: boolean) => void;