UNPKG

formgen-react

Version:

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

13 lines 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Class for the Custom Validators. The Name as to be Name of Custom Validator * The Type of Validator has to be the type of an Validator that Implement IValidator. */ var CustomValidator = /** @class */ (function () { function CustomValidator() { } return CustomValidator; }()); exports.CustomValidator = CustomValidator; //# sourceMappingURL=CustomValidator.types.js.map