import { BackgroundBoxProps } from '../BackgroundBoxProps';
import { MonthlyHospital } from '../entity';
import { Props } from '../Props';

export type HospitalizationSummarizeMonthProps =
  Pick<BackgroundBoxProps, 'height' | 'calcRefresh' | 'radioCalc' | 'reloadData'>
  & Props<MonthlyHospital>