UNPKG

loop-modules

Version:

Shared modules for the Loop product suite.

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