export const EDITOR_DELETE = 'editorDelete'; export const EDITOR_UPLOAD_POST_IMAGE = 'editorUploadImage'; export const EDITOR_SAVE = 'editorSave'; export const EDITOR_UPDATE = 'editorUpdate'; class EditorEvent { //-------------------------- // methods //-------------------------- //-------------------------- // event handlers //-------------------------- } export default new EditorEvent