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!

8 lines (7 loc) 191 B
import { Plugin, Schema } from '@pdfme/common'; interface RadioGroup extends Schema { group: string; color: string; } declare const schema: Plugin<RadioGroup>; export default schema;