UNPKG

gatsby

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