UNPKG

gatsby

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