UNPKG
expo-ui-kit-test
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.1
1.0.0
Cross-platform UI kit for Expo/React Native with responsive breakpoints and components.
expo-ui-kit-test
/
dist
/
hooks
/
useBreakpoints.d.ts
9 lines
(8 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
useBreakpoints
:
() =>
{
isSm
:
boolean
;
isMd
:
boolean
;
isLg
:
boolean
;
isXl
:
boolean
;
hasHover
:
boolean
;
isTouch
:
boolean
; };