UNPKG

@brizy/media-gallery

Version:
4 lines (3 loc) 167 B
import * as State from "./types/State"; import * as Actions from "./types/Actions"; export declare const reducer: (s: State.State, a: Actions.Actions) => State.State;