UNPKG

gatsby

Version:
3 lines (2 loc) 214 B
import { IGatsbyState, ISetSiteFunctions } from "../types"; export declare const functionsReducer: (state: import("../types").IGatsbyFunction[] | undefined, action: ISetSiteFunctions) => IGatsbyState["functions"];