UNPKG

@tsed/schema-formio

Version:

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

15 lines (14 loc) 248 B
import { Component } from "./component.js"; /** * Adds a tooltip to the side of this field. * @decorator * @formio * @property * @schema * @param tooltip */ export function Tooltip(tooltip) { return Component({ tooltip }); }