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 prefix word on the decorated field. * @decorator * @formio * @property * @schema */ export function Prefix(prefix) { return Component({ prefix }); }