UNPKG

cspace-ui-plugin-profile-pahma

Version:
12 lines (10 loc) 262 B
import claim from './claim'; import collectionobject from './collectionobject'; export default () => (configContext) => ({ extensions: { nagpra: { claim: claim(configContext), collectionobject: collectionobject(configContext), }, }, });