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!

6 lines (5 loc) 151 B
import type { TextSchema } from '../text/types.js'; export type MultiVariableTextSchema = TextSchema & { text: string; variables: string[]; };