@openmrs/esm-styleguide
Version:
The styleguide for OpenMRS SPA
11 lines (10 loc) • 431 B
text/typescript
export { NumericObservation, type NumericObservationProps } from './numeric-observation.component';
export {
calculateInterpretation,
normalizeInterpretation,
type ObservationInterpretation,
type OBSERVATION_INTERPRETATION,
type ObsReferenceRanges,
type ReferenceRangeValue,
} from './interpretation-utils';
export { useConceptReferenceRange, type UseConceptReferenceRangeResult } from './use-concept-reference-range';