UNPKG

@tsed/schema-formio

Version:

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

14 lines (13 loc) 225 B
import { Component } from "./component.js"; /** * Add suffix word on the decorated field. * @decorator * @formio * @property * @schema */ export function Suffix(suffix) { return Component({ suffix }); }