/* * Public API Surface of editor */ export * from './lib/editor.service'; export * from './lib/editor.component'; export * from './lib/editor.module'; export * from './lib/Events'; export * from './lib/TinyMCE'; export * from './lib/utils/ScriptLoader'; export * from './lib/utils/Utils';