UNPKG

@netlify/content-engine

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