UNPKG

@ironsoftware/ironpdf

Version:

IronPDF for Node

6 lines 319 B
import { z } from "zod"; import { AffixFonts, HtmlAffix, TextAffix } from "../../public/affix"; export declare const htmlAffixSchema: z.ZodType<HtmlAffix>; export declare const affixFontsSchema: z.ZodType<AffixFonts>; export declare const textAffixSchema: z.ZodType<TextAffix>; //# sourceMappingURL=affixSchema.d.ts.map