UNPKG

@tsed/schema-formio

Version:

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

14 lines (13 loc) 244 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 }); }