UNPKG

formgen-react

Version:

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

14 lines 400 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * The Type for the Cascading DropDown */ var CascadingOption = /** @class */ (function () { function CascadingOption() { this.label = ""; this.value = ""; } return CascadingOption; }()); exports.CascadingOption = CascadingOption; //# sourceMappingURL=FormCascader.types.js.map