UNPKG

gatsby

Version:
3 lines (2 loc) 222 B
import { IGatsbyState, ActionsUnion } from "../types"; export declare const componentsReducer: (state: Map<string, import("../types").IGatsbyPageComponent> | undefined, action: ActionsUnion) => IGatsbyState["components"];