UNPKG

@talend/react-components

Version:
15 lines (14 loc) 309 B
"use strict"; 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