UNPKG

gatsby

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