@saran-ign/react-image-annotate
Version:
An Image Annotate Library for React
5 lines (4 loc) • 309 B
TypeScript
import { Action, MainLayoutImageAnnotationState } from '../../MainLayout/types';
import { ImmutableObject } from 'seamless-immutable';
declare const _default: (state: ImmutableObject<MainLayoutImageAnnotationState>, action: Action) => ImmutableObject<MainLayoutImageAnnotationState>;
export default _default;