UNPKG

@paroicms/server

Version:
8 lines (7 loc) 461 B
import type { LiquidPayload, TpPart, TpPartValues } from "@paroicms/public-server-lib"; import type { RenderingContext } from "../liquidjs-tools/liquidjs-rendering/rendering-context.js"; import { type CompletedPartData } from "./parts.queries.js"; export declare function createPartDrop(renderingContext: RenderingContext, docValues: TpPartValues, options: { fieldNames?: string[]; byParent: Map<string, CompletedPartData[]>; }): LiquidPayload<TpPart>;