UNPKG

formgen-react

Version:

Formula generator with JSON for react. UI Fabric controls are used for rendering

13 lines 528 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Class for the Dynamic Control. The Name as to be even the ControlType or any other Name of Custom Control * The Type of Controls has to be the type of an control. Default Controls are defined at the folder "controls" */ var DynamicControl = /** @class */ (function () { function DynamicControl() { } return DynamicControl; }()); exports.DynamicControl = DynamicControl; //# sourceMappingURL=DynamicControl.types.js.map