UNPKG

suneditor

Version:

Vanilla JavaScript WYSIWYG web editor (2.x legacy version, actively maintained)

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