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

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