UNPKG
react-clock
Version:
latest (6.0.0)
next (3.0.0-beta)
6.0.0
5.1.0
5.0.0
4.6.0
4.5.1
4.5.0
4.4.0
4.3.0
4.2.0
4.1.0
4.0.0
3.1.0
3.0.0
3.0.0-beta
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
An analog clock for your React app.
wojtekmaj/react-clock
react-clock
/
src
/
index.ts
8 lines
(4 loc)
•
121 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
Clock
from
'./Clock.js'
;
export
type
{
ClockProps
}
from
'./Clock.js'
;
export
{
Clock
};
export
default
Clock
;