UNPKG

@hhgtech/hhg-components

Version:
10 lines (9 loc) 296 B
import React from 'react'; export type DoctorInfoExpertiseProps = { name: string; specialty?: string; experience?: string; profileImage: string; }; declare const DoctorInfoExpertise: (props: DoctorInfoExpertiseProps) => React.JSX.Element; export { DoctorInfoExpertise };