UNPKG

228 BTypeScriptView Raw
1import { ActionsUnion } from "./../types";
2import { IGatsbyState } from "gatsby/src/redux/types";
3export declare const nodesTouchedReducer: (state: Set<string> | undefined, action: ActionsUnion) => IGatsbyState["nodesTouched"];