UNPKG

gatsby

Version:
3 lines (2 loc) 201 B
import { IGatsbyState, ActionsUnion, IGatsbySlice } from "../types"; export declare const slicesReducer: (state: Map<string, IGatsbySlice> | undefined, action: ActionsUnion) => IGatsbyState["slices"];