UNPKG

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