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
/
stories
/
Example.d.ts
4 lines
(3 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
import
{
FunctionComponent
}
from
'react'
;
import
'./global.css'
;
export
declare
const
Example
:
FunctionComponent
;