UNPKG

@saran-ign/react-image-annotate

Version:
5 lines (4 loc) 309 B
import { Action, MainLayoutVideoAnnotationState } from '../../MainLayout/types'; import { ImmutableObject } from 'seamless-immutable'; declare const _default: (state: ImmutableObject<MainLayoutVideoAnnotationState>, action: Action) => ImmutableObject<MainLayoutVideoAnnotationState>; export default _default;