UNPKG

@hhgtech/hhg-components

Version:
9 lines (8 loc) 275 B
import React from 'react'; export type AnsweredByDoctorProps = { doctorName: string; doctorAvatar?: string; defaultDoctorAvatar?: string; }; declare const AnsweredByDoctor: (props: AnsweredByDoctorProps) => React.JSX.Element; export { AnsweredByDoctor };