UNPKG
carpooluikit
Version:
latest (1.0.0)
1.0.0
carpool finance uikit
github.com/TiscotSerVices/blzd-uikit
TiscotSerVices/blzd-uikit
carpooluikit
/
dist
/
hooks
/
useMatchBreakpoints.d.ts
6 lines
(5 loc)
•
138 B
TypeScript
View Raw
1
2
3
4
5
6
declare
type
State
= { [
key
:
string
]:
boolean
; };
declare
const
useMatchBreakpoints
:
() =>
State
;
export
default
useMatchBreakpoints;