UNPKG

@tsed/schema-formio

Version:

Transform Ts.ED Schema & JsonSchema to a valid Formio schema

14 lines 282 B
import { Component } from "./component.js"; /** * Set the error label when an error occur. * @decorator * @formio * @property * @schema */ export function ErrorLabel(message) { return Component({ errorLabel: message }); } //# sourceMappingURL=errorLabel.js.map