UNPKG

labo-components

Version:
8 lines 187 B
export const AnnotationTranslator = (type) =>{ switch(type){ case 'classification': return 'code'; case 'metadata': return 'metadata card'; default: return type; } }