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