UNPKG

zhu-jiang-yi-yuan-bigscreen

Version:

南方医科大学珠江医院大屏端

7 lines (6 loc) 294 B
import { BackgroundBoxProps } from '../BackgroundBoxProps'; import { YearlyHospital } from '../entity'; import { Props } from '../Props'; export type HospitalizationSummarizeYearProps = Pick<BackgroundBoxProps, 'height' | 'calcRefresh' | 'radioCalc' | 'reloadData'> & Props<YearlyHospital>