UNPKG

@paroicms/server

Version:
16 lines (15 loc) 746 B
import type { ParsedLNodeId } from "@paroicms/public-anywhere-lib"; import type { LabeledBy, PaHttpContext, PartialsParamsInput } from "@paroicms/public-server-lib"; import type { RenderingContext } from "../liquidjs-tools/liquidjs-rendering/rendering-context.js"; export declare function renderChildPartials(renderingContext: RenderingContext, httpContext: PaHttpContext, options: { params: PartialsParamsInput; parentDocumentId: ParsedLNodeId; labeledBy?: LabeledBy; }): Promise<void>; export declare function renderSearchPartials(renderingContext: RenderingContext, httpContext: PaHttpContext, options: { language: string; words: string[]; limit: number; start: number; templateName: string; }): Promise<void>;