UNPKG

318 BTypeScriptView Raw
1import { ActionsUnion, IGatsbyState } from "../types";
2export declare const statusReducer: (state: {
3 plugins: Record<string, import("../types").IGatsbyPlugin>;
4 PLUGINS_HASH: string;
5 LAST_NODE_COUNTER: number;
6 cdnObfuscatedPrefix: string;
7} | undefined, action: ActionsUnion) => IGatsbyState["status"];