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!

6 lines (5 loc) 359 B
import type { DynamicLayoutRange, DynamicLayoutSplitRange } from './types.js'; export declare const createDynamicLayoutSplitRange: (unit: string, start: number, end?: number) => DynamicLayoutSplitRange; export declare const getDynamicLayoutSplitRange: (schema: { __splitRange?: DynamicLayoutSplitRange; }, unit: string) => DynamicLayoutRange | undefined;