UNPKG
zhu-jiang-yi-yuan-bigscreen
Version:
latest (1.0.20201209)
1.0.20201209
南方医科大学珠江医院大屏端
www.nsn.com
zhu-jiang-yi-yuan-bigscreen
/
lib
/
components
/
seven-day
/
SevenDayAppointmentRate.d.ts
4 lines
(3 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
import
{
SevenDayAppointmentRateProps
}
from
'../../@types'
;
declare
const
_default
:
(
props
:
Omit
<
SevenDayAppointmentRateProps
,
'loading'
|
'data'
|
'dispatch'
>
) =>
JSX
.
Element
;
export
default
_default;