UNPKG

@pdfme/schemas

Version:

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

8 lines (7 loc) 274 B
import { Schema, BasePdf, CommonOptions } from '@pdfme/common'; export declare const getDynamicHeightsForTable: (value: string, args: { schema: Schema; basePdf: BasePdf; options: CommonOptions; _cache: Map<string | number, unknown>; }) => Promise<number[]>;