UNPKG
@jay19950328/react-hooks
Version:
latest (1.0.0)
1.0.0
0.2.0
0.1.2
0.1.1
0.1.0
0.0.2
react hooks
github.com/Jay0328/react-hooks
Jay0328/react-hooks
@jay19950328/react-hooks
/
useMediaQuery.d.ts
3 lines
(2 loc)
•
134 B
TypeScript
View Raw
1
2
3
import
{
WindowSize
}
from
'./useWindowSize'
;
export
default
function
useMediaQuery
(
handler: (windowSize: WindowSize) =>
void
):
void
;