UNPKG

@netlify/content-engine

Version:
4 lines 281 B
import { ActionsUnion } from "../types"; import { IGatsbyState } from "../../redux/types"; export declare const nodesTouchedReducer: (state: IGatsbyState["nodesTouched"] | undefined, action: ActionsUnion) => IGatsbyState["nodesTouched"]; //# sourceMappingURL=nodes-touched.d.ts.map