UNPKG
@ouroboros/react-hooks
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Common hooks used with React
github.com/ouroboroscoding/react-hooks
ouroboroscoding/react-hooks
@ouroboros/react-hooks
/
index.d.ts
4 lines
(3 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
export
{
default
as
online, useOnline }
from
'./online'
;
export
{
default
as
useSize }
from
'./size'
;
export
{ useGreaterThan, useLessThan, useWidth }
from
'./width'
;