UNPKG

gatsby

Version:
3 lines (2 loc) 251 B
import { ActionsUnion, IGatsbyState } from "../types"; export declare const slicesByTemplateReducer: (state: Map<string, import("../../utils/babel/find-slices").ICollectedSlices> | undefined, action: ActionsUnion) => IGatsbyState["slicesByTemplate"];