UNPKG

suneditor

Version:

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

9 lines (7 loc) 281 B
'use strict'; import dialog from './dialog'; import component from './component'; import fileManager from './fileManager'; import resizing from './resizing'; export { dialog, component, fileManager, resizing }; export default { dialog, component, fileManager, resizing };