UNPKG

@amnstak/react-image-annotate

Version:

[![npm version](https://img.shields.io/npm/v/@asi/react-image-annotate.svg)](https://www.npmjs.com/package/@amnstak/react-image-annotate)

6 lines (4 loc) 392 B
import { Action, MainLayoutImageAnnotationState, MainLayoutState } from '../../MainLayout/types'; export declare const saveToHistory: <T extends MainLayoutState>(state: T, name: string) => T; declare const _default: (reducer: (state: MainLayoutState, action: Action) => MainLayoutState) => (state: MainLayoutState, action: Action) => MainLayoutImageAnnotationState; export default _default;