@talend/react-components
Version:
Set of react components.
15 lines (14 loc) • 309 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SORT = exports.DISPLAY_MODE = void 0;
const DISPLAY_MODE = exports.DISPLAY_MODE = {
TABLE: 'table',
LARGE: 'large'
};
const SORT = exports.SORT = {
ASC: 'ASC',
DESC: 'DESC'
};
//# sourceMappingURL=constants.js.map