import { IEditorEvent } from '../editor-events'; import { IEditorState } from '../editor-state'; export default function editorStateReducer(currentState: IEditorState, ev: IEditorEvent): IEditorState;