UNPKG

gatsby

Version:
3 lines (2 loc) 268 B
import { IGatsbyState, ICreateNodeManifest, IDeleteNodeManifests } from "../types"; export declare const nodeManifestReducer: (state: import("../types").INodeManifest[] | undefined, action: ICreateNodeManifest | IDeleteNodeManifests) => IGatsbyState["nodeManifests"];