UNPKG

react-visual-annotator

Version:

Powerful React image and video annotation tool for machine learning, computer vision, and AI training data creation. Features rotatable bounding boxes, polygons, keypoints, segmentation with TypeScript support and Material-UI components.

6 lines (4 loc) 312 B
import { ImmutableObject } from 'seamless-immutable'; import { Action, MainLayoutStateBase } from '../../MainLayout/types.ts'; declare const _default: <T extends ImmutableObject<MainLayoutStateBase>>(...reducers: ((state: T, action: Action) => T)[]) => (state: T, action: Action) => T; export default _default;