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 (6 loc) 168 B
import { Plugin, Schema } from '@pdfme/common'; interface Checkbox extends Schema { color: string; } declare const schema: Plugin<Checkbox>; export default schema;