UNPKG

@openmrs/esm-styleguide

Version:
11 lines (10 loc) 431 B
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';