UNPKG
@jnoodle/rc-picker
Version:
latest (2.0.10)
2.0.10
2.0.9
2.0.8
2.0.7
1.15.3
1.15.2
1.15.1
React date & time picker
jnoodle.github.io/picker
jnoodle/picker
@jnoodle/rc-picker
/
lib
/
hooks
/
useHoverValue.d.ts
3 lines
(2 loc)
•
248 B
TypeScript
View Raw
1
2
3
import
{
ValueTextConfig
}
from
'./useValueTexts'
;
export
default
function
useHoverValue<
DateType
>(
valueText
:
string
, { formatList, generateConfig, locale }:
ValueTextConfig
<
DateType
>): [
string
,
(
date
:
DateType
) =>
void
,
(
date
:
DateType
) =>
void
];