UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

14 lines 640 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const React = tslib_1.__importStar(require("react")); const signature_view_1 = require("./signature_view"); const SignatureEditorComponent = (props) => (React.createElement(signature_view_1.Signature, { readOnly: true, owner: props.owner, formElement: props.formElement, handlers: props.handlers, catalogue: props.catalogue })); exports.SignatureEditor = { Component: SignatureEditorComponent, title: 'Signature', control: 'Signature', icon: 'edit', bound: true }; //# sourceMappingURL=signature_editor.js.map