@openmrs/esm-styleguide
Version:
The styleguide for OpenMRS SPA
9 lines • 463 B
TypeScript
/** @module @category UI */
import React from 'react';
interface PatientBannerPatientIdentifiersProps {
identifiers: fhir.Identifier[] | undefined;
showIdentifierLabel: boolean;
}
export declare function PatientBannerPatientIdentifiers({ identifiers, showIdentifierLabel, }: PatientBannerPatientIdentifiersProps): React.JSX.Element;
export default PatientBannerPatientIdentifiers;
//# sourceMappingURL=patient-banner-patient-identifiers.component.d.ts.map