@collectionspace/cspace-public-browser
Version:
CollectionSpace public browser
9 lines (8 loc) • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SORT_ID = exports.SEARCH_QUERY_ID = exports.FILTER_PANEL_ID = void 0;
const FILTER_PANEL_ID = exports.FILTER_PANEL_ID = 'filter';
const SEARCH_QUERY_ID = exports.SEARCH_QUERY_ID = 'search';
const SORT_ID = exports.SORT_ID = 'sort';