UNPKG

166 BTypeScriptView Raw
1import { IGatsbyState, ActionsUnion } from "../types";
2export declare const lastActionReducer: (_state: unknown, action: ActionsUnion) => IGatsbyState["lastAction"];