UNPKG

gatsby

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