UNPKG

suneditor

Version:

Pure JavaScript based WYSIWYG web editor

8 lines (7 loc) 185 B
import { Plugin } from './Plugin'; export interface SubmenuPlugin extends Plugin { /** * @description Called after the submenu has been rendered */ on?: () => void; }