formgen-react
Version:
Formula generator with JSON for react. UI Fabric controls are used for rendering
12 lines • 365 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* An Event Object for sender and reveicer of events.
*/
var ControlBoundEvent = /** @class */ (function () {
function ControlBoundEvent() {
}
return ControlBoundEvent;
}());
exports.ControlBoundEvent = ControlBoundEvent;
//# sourceMappingURL=Form.types.js.map