UNPKG

suneditor

Version:

Vanilla JavaScript based WYSIWYG web editor

8 lines (6 loc) 180 B
/** * @fileoverview Plugin hook interface exports for SunEditor. * These types define plugin lifecycle hook methods. */ export * from './plugins'; export * from './contracts';