Skip to content

Commit

Permalink
Re-export type
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Mar 20, 2024
1 parent 29a00f3 commit 4ffce83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-utils/src/components/FhirSelect/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { debounce } from 'lodash';
import { getResourcesFromBundle } from '../../helpers/utils';
import { useTranslation } from '../../mls';
import { loadResources, getTotalRecordsInBundles, getTotalRecordsOnApi } from './utils';
export type { FhirApiFilter } from './utils';

export type SelectOption<T extends IResource> = {
label: string;
Expand Down

0 comments on commit 4ffce83

Please sign in to comment.