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