UNPKG

@ironsoftware/ironpdf

Version:

IronPDF for Node

8 lines 527 B
import { z } from "zod"; import { PaperSize, PdfPaperOrientation, PaperSizeUnit, CustomPaperSize, PdfPaperSize } from "../../public/paper"; export declare const paperSizeSchema: z.ZodType<PaperSize>; export declare const pdfPaperOrientationSchema: z.ZodType<PdfPaperOrientation>; export declare const paperSizeUnitSchema: z.ZodType<PaperSizeUnit>; export declare const customPaperSizeSchema: z.ZodType<CustomPaperSize>; export declare const pdfPaperSizeSchema: z.ZodType<PdfPaperSize>; //# sourceMappingURL=paperSchema.d.ts.map