UNPKG

loop-modules

Version:

Shared modules for the Loop product suite.

4 lines (3 loc) 231 B
import { LoopAssignmentState } from '../states/loop-assignment.state'; import { Actions } from '../actions/loop-assignment.action'; export declare function reducer(state: LoopAssignmentState, action: Actions): LoopAssignmentState;