UNPKG

@paroicms/server

Version:
6 lines (5 loc) 445 B
import { type ParsedLNodeId } from "@paroicms/public-anywhere-lib"; import { type DropInst } from "../liquidjs-tools/liquidjs-drop.js"; import type { RenderingContext } from "../liquidjs-tools/liquidjs-rendering/rendering-context.js"; import type { TpSiblingDocuments } from "./rendering-payload.types.js"; export declare function getSiblingDocuments(renderingContext: RenderingContext, documentId: ParsedLNodeId): DropInst<TpSiblingDocuments>;