UNPKG

gatsby

Version:
8 lines (7 loc) 403 B
import Batcher from "../../utils/batcher"; export declare const createPageDependencyBatcher: Batcher<(payload: import("../types").ICreatePageDependencyActionPayloadType, plugin?: string) => import("../types").ICreatePageDependencyAction>; export declare const createPageDependency: ({ path, nodeId, connection, }: { path: string; nodeId: string; connection?: string | undefined; }) => void;