UNPKG

@pdfme/common

Version:

TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!

7 lines (6 loc) 206 B
import type { SchemaPageArray } from './types.js'; export declare const replacePlaceholders: (arg: { content: string; variables: Record<string, unknown>; schemas: SchemaPageArray; }) => string;