UNPKG

@tsed/schema-formio

Version:

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

15 lines 325 B
import { Component } from "./component.js"; /** * The placeholder text that will appear when this field is empty. * @decorator * @formio * @property * @schema * @param placeholder */ export function Placeholder(placeholder) { return Component({ placeholder }); } //# sourceMappingURL=placeholder.js.map