UNPKG

@tsed/schema-formio

Version:

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

15 lines 305 B
import { Component } from "./component.js"; /** * Change the visibility of the current property on a table. * @param bool * @decorator * @formio * @property * @schema */ export function TableView(bool) { return Component({ tableView: bool }); } //# sourceMappingURL=tableView.js.map