UNPKG

@brizy/media-gallery

Version:
4 lines (3 loc) 163 B
import * as Actions from "./types/Actions"; import { State } from "./types/State"; export declare const reducer: (state: State, action: Actions.Actions) => State;