UNPKG

@openmrs/esm-styleguide

Version:
10 lines 295 B
export declare function usePatientListsForPatient(patientUuid: string): { cohorts: { uuid: string; name: string; startDate: string; endDate: string | null; }[] | undefined; isLoading: boolean; }; //# sourceMappingURL=usePatientListsForPatient.d.ts.map