UNPKG

gatsby

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