formgen-react
Version:
Formula generator with JSON for react. UI Fabric controls are used for rendering
15 lines • 478 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Class that represents one data binder object.
* The Generic Type is the return value from one item.
* The target method that used the item at the end decide what type
* here can be used.
*/
var DataBinder = /** @class */ (function () {
function DataBinder() {
}
return DataBinder;
}());
exports.DataBinder = DataBinder;
//# sourceMappingURL=DataBinder.types.js.map