UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

11 lines 487 B
import * as React from 'react'; import { Signature } from './signature_view'; const SignatureEditorComponent = (props) => (React.createElement(Signature, { readOnly: true, owner: props.owner, formElement: props.formElement, handlers: props.handlers, catalogue: props.catalogue })); export const SignatureEditor = { Component: SignatureEditorComponent, title: 'Signature', control: 'Signature', icon: 'edit', bound: true }; //# sourceMappingURL=signature_editor.js.map