UNPKG

@talend/react-components

Version:
9 lines (8 loc) 311 B
"use strict"; 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