@paroicms/server
Version:
The ParoiCMS server
8 lines (7 loc) • 461 B
TypeScript
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>;