UNPKG

214 BTypeScriptView Raw
1import { IGatsbyState, ISetSiteFunctions } from "../types";
2export declare const functionsReducer: (state: import("../types").IGatsbyFunction[] | undefined, action: ISetSiteFunctions) => IGatsbyState["functions"];
3
\No newline at end of file