UNPKG

loop-modules

Version:

Shared modules for the Loop product suite.

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