UNPKG

gatsby

Version:
6 lines (5 loc) 265 B
import { ActionsUnion, IGatsbyState } from "../types"; export declare const typeOwnersReducer: (typeOwners: { pluginsToTypes: Map<string, Set<string>>; typesToPlugins: Map<string, string>; } | undefined, action: ActionsUnion) => IGatsbyState["typeOwners"];