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