UNPKG
@blocz/react-responsive
Version:
latest (4.0.0)
4.0.0
4.0.0-beta.1
4.0.0-beta.0
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-beta.2
3.0.0-beta.1
3.0.0-beta.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
2.0.0-beta-2
2.0.0-beta-1
2.0.0-beta
1.0.4-0
1.0.3
1.0.2
1.0.1
1.0.0
0.8.3
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.1
0.3.1
0.2.2
0.2.1
0.1.0
🔍 <Only /> displays some contents for a specific screen size
github.com/bloczjs/react-responsive
@blocz/react-responsive
/
lib
/
useMediaQuery.d.ts
2 lines
(1 loc)
•
69 B
TypeScript
View Raw
1
2
export
declare
const
useMediaQuery
:
(
mediaQuery
:
string
) =>
boolean
;