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.stories.d.ts
8 lines
(7 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
declare
const
_default
: {
title
:
string
;
component
:
React
.
FunctionComponent
<{}>; };
export
default
_default;
export
declare
const
Demo
:
() =>
JSX
.
Element
;