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

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