UNPKG

@talend/react-forms

Version:

React forms library based on json schema form.

9 lines (8 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FILTER = exports.CHANGE = void 0; const FILTER = exports.FILTER = 'filter'; const CHANGE = exports.CHANGE = 'change'; //# sourceMappingURL=constants.js.map