UNPKG

@paroicms/server

Version:
6 lines (5 loc) 246 B
import type { RenderingContext } from "./rendering-context.js"; export declare function renderLiquidTemplate(renderingContext: RenderingContext, { templateNames, payload }: { templateNames: string[]; payload: object; }): Promise<string>;