UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 334 B
import React from 'react'; import { HospitalBranchApi } from "../../../care/interfaces/types"; export type TProductInsuranceInfoProps = { hospitalInfo: HospitalBranchApi; }; export declare function ProductInsuranceInfo({ hospitalInfo, }: TProductInsuranceInfoProps): React.JSX.Element; export default ProductInsuranceInfo;