UNPKG

@gorpacrate/core-graphics

Version:

A core library for creating shape-based graphic editors

4 lines (3 loc) 201 B
import { IEditorEvent } from '../editor-events'; import { IEditorState } from '../editor-state'; export default function selectStateReducer(currentState: IEditorState, ev: IEditorEvent): IEditorState;