UNPKG
react-use-clock
Version:
latest (2.0.0)
2.0.0
1.1.1
1.1.0
1.0.0
0.2.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
React clock hook.
github.com/FilipChalupa/react-use-clock
FilipChalupa/react-use-clock
react-use-clock
/
dist
/
index.d.ts
3 lines
(2 loc)
•
124 B
TypeScript
View Raw
1
2
3
export
{ useClock }
from
'./useClock'
;
export
type
{
ClockGranularity
,
ClockSnapshot
,
UseClockOptions
, }
from
'./useClock'
;