UNPKG

@netlify/content-engine

Version:
3 lines 216 B
import { ActionsUnion, IGatsbyState } from "../types"; export declare const nodesReducer: (state: IGatsbyState["nodes"] | undefined, action: ActionsUnion) => IGatsbyState["nodes"]; //# sourceMappingURL=nodes.d.ts.map