@talend/react-components
Version:
Set of react components.
9 lines (8 loc) • 311 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SELECT_ALL_VALUE = exports.CREATE_NEW_VALUE = void 0;
const SELECT_ALL_VALUE = exports.SELECT_ALL_VALUE = 'select-all';
const CREATE_NEW_VALUE = exports.CREATE_NEW_VALUE = 'create-new';
//# sourceMappingURL=constants.js.map