UNPKG

gatsby

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