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!

5 lines (4 loc) 262 B
import type { RichTextRun } from './types.js'; export declare const parseInlineMarkdown: (value: string) => RichTextRun[]; export declare const escapeInlineMarkdown: (value: string) => string; export declare const stripInlineMarkdown: (value: string) => string;