UNPKG

@documedis/react-components

Version:

React components for Documedis healthcare applications - prescription signing, pharmacy selection, and more

5 lines (4 loc) 281 B
export { PharmacySelector } from './PharmacySelector'; export type { PharmacySelectorProps } from './PharmacySelector'; export { usePharmacySelector } from './usePharmacySelector'; export type { UsePharmacySelectorConfig, UsePharmacySelectorReturn, } from './usePharmacySelector';