UNPKG

gatsby

Version:
7 lines (6 loc) 285 B
import { ActionsUnion, IGatsbyState } from "../types"; export declare const statusReducer: (state: { plugins: Record<string, import("../types").IGatsbyPlugin>; PLUGINS_HASH: string; LAST_NODE_COUNTER: number; } | undefined, action: ActionsUnion) => IGatsbyState["status"];