UNPKG

261 BTypeScriptView Raw
1import { ActionsUnion, IGatsbyState } from "../types";
2export declare const componentsUsingSlicesReducer: (state: Map<string, import("../../utils/babel/find-slices").ICollectedSlices> | undefined, action: ActionsUnion) => IGatsbyState["componentsUsingSlices"];