gatsby
Version:
Blazing fast modern site generator for React
7 lines (6 loc) • 380 B
TypeScript
import type { ActionsUnion, IGatsbyState } from "../types";
export declare const adapterReducer: (state: {
instance?: import("../../utils/adapter/types").IAdapter | undefined;
manager: import("../../utils/adapter/types").IAdapterManager;
config: import("../../utils/adapter/types").IAdapterFinalConfig;
} | undefined, action: ActionsUnion) => IGatsbyState["adapter"];