UNPKG
@tritium-research/react-component
Version:
latest (0.0.2)
0.0.2
A react component library based on material-ui, build for tritium internal usecases.
@tritium-research/react-component
/
dist
/
hooks
/
useBreakpoints.d.ts
7 lines
(6 loc)
•
115 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
default
function
useBreakpoints
(
):
{ lg:
boolean
; md:
boolean
; sm:
boolean
; xs:
boolean
; };