UNPKG

217 BTypeScriptView Raw
1import { ActionsUnion, IGatsbyState } from "../types";
2export declare const staticQueriesByTemplateReducer: (state: Map<string, string[]> | undefined, action: ActionsUnion) => IGatsbyState["staticQueriesByTemplate"];