UNPKG

@saran-ign/react-image-annotate

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