formgen-react
Version:
Formula generator with JSON for react. UI Fabric controls are used for rendering
13 lines • 465 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Class for the Custom Actions. The Name as to be Name of Custom Action Type
* The Type of Action has to be the type of an Action that is type of onCustomAction.
*/
var CustomActions = /** @class */ (function () {
function CustomActions() {
}
return CustomActions;
}());
exports.CustomActions = CustomActions;
//# sourceMappingURL=CustomActions.types.js.map