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) 193 B
import type { Plugin } from '@pdfme/common'; import type { Schema } from '@pdfme/common'; type ImageSchema = Schema; declare const imageSchema: Plugin<ImageSchema>; export default imageSchema;