UNPKG

gatsby

Version:
3 lines (2 loc) 166 B
import { IGatsbyState, ActionsUnion } from "../types"; export declare const lastActionReducer: (_state: unknown, action: ActionsUnion) => IGatsbyState["lastAction"];