UNPKG

@tsed/schema-formio

Version:

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

15 lines (13 loc) 224 B
import {Component} from "./component.js"; /** * Add prefix word on the decorated field. * @decorator * @formio * @property * @schema */ export function Prefix(prefix: string) { return Component({ prefix }); }