UNPKG

gatsby

Version:
3 lines (2 loc) 175 B
import { ActionsUnion, IGatsbyState } from "../types"; export declare const webpackReducer: (state: IGatsbyState["webpack"], action: ActionsUnion) => IGatsbyState["webpack"];