UNPKG
zhu-jiang-yi-yuan-bigscreen
Version:
latest (1.0.20201209)
1.0.20201209
南方医科大学珠江医院大屏端
www.nsn.com
zhu-jiang-yi-yuan-bigscreen
/
lib
/
@types
/
IncomeYearProps.d.ts
7 lines
(6 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
BackgroundBoxProps
}
from
'./BackgroundBoxProps'
;
import
{
IncomeYear
}
from
'./entity'
;
import
{
Props
}
from
'./Props'
;
export
type
IncomeYearProps
=
Pick
<
BackgroundBoxProps
,
'height'
|
'calcRefresh'
|
'reloadData'
> &
Props
<
IncomeYear
>