UNPKG

@plait/mind

Version:

Implementation of the core logic of the mind map plugin.

6 lines (5 loc) 170 B
import { WithPluginOptions } from '@plait/core'; export interface WithMindOptions extends WithPluginOptions { emojiPadding: number; spaceBetweenEmojis: number; }