UNPKG

@europeana/portal

Version:
15 lines (11 loc) 246 B
import baseData from './index.js'; const PICK = ['slug', 'prefLabel']; const LOCALISE = 'prefLabel'; const SORT = 'prefLabel'; const data = (config = {}) => baseData({ type: 'concept' }, config); export { data, LOCALISE, PICK, SORT };