UNPKG
@bigbinary/neeto-datepicker
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
React date & time picker
react-component.github.io/picker
bigbinary/neeto-datepicker
@bigbinary/neeto-datepicker
/
lib
/
PickerPanel
/
TimePanel
/
TimePanelBody
/
useScrollTo.d.ts
3 lines
(2 loc)
•
218 B
TypeScript
View Raw
1
2
3
import
*
as
React
from
'react'
;
export
default
function
useScrollTo
(
ulRef
:
React
.
RefObject
<
HTMLUListElement
>,
value
:
number
|
string
): [
syncScroll
:
VoidFunction
,
clearScroll
:
VoidFunction
,
isScrolling
:
() =>
boolean
];