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!

7 lines (5 loc) 156 B
import type { TextSchema } from '../text/types.js'; export interface MultiVariableTextSchema extends TextSchema { text: string; variables: string[]; }