UNPKG

@saran-ign/react-image-annotate

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