import { BackgroundBoxProps } from '../BackgroundBoxProps';
import { SurgicalQuantity } from '../entity';
import { Props } from '../Props';
export type SevenDaySurgicalQuantityProps =
Pick<BackgroundBoxProps, 'height' | 'calcRefresh' | 'reloadData'>
& Props<Array<SurgicalQuantity>>