UNPKG
slightning-coco-widget
Version:
alpha (2.9.0-alpha.0)
latest (2.10.2)
2.10.2
2.10.1
2.10.0
2.9.0-alpha.0
2.8.1
2.8.0
2.7.0
2.6.0
2.5.0
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.0
2.0.1-alpha
2.0.0-alpha
1.0.1-alpha.13
1.0.1-alpha.12
1.0.1-alpha.11
1.0.1-alpha.10
1.0.1-alpha.9
1.0.1-alpha.8
1.0.1-alpha.7
1.0.1-alpha.6
1.0.1-alpha.5
1.0.1-alpha.4
1.0.1-alpha.3
1.0.1-alpha.2
1.0.1-alpha.1
1.0.1-alpha
1.0.0
SLIGHTNING 的 CoCo 控件框架。
slightning-coco-widget
/
types-of-provided-modules
/
antd-mobile
/
es
/
components
/
calendar-picker-view
/
useSyncScroll.d.ts
3 lines
(2 loc)
•
176 B
TypeScript
View Raw
1
2
3
import
type
{
Dayjs
}
from
'dayjs'
;
export
default
function
useSyncScroll
(
current
:
Dayjs
,
visible
:
boolean
,
bodyRef
:
React
.
RefObject
<
HTMLDivElement
>
):
(
date
:
Dayjs
) =>
void
;