UNPKG

gatsby

Version:
3 lines (2 loc) 171 B
import { IGatsbyConfig, ISetSiteConfig } from "../types"; export declare const configReducer: (state: IGatsbyConfig | undefined, action: ISetSiteConfig) => IGatsbyConfig;