UNPKG
@alfan-ui/core
Version:
latest (0.0.1)
0.0.1
@alfan-ui/core
/
lib
/
foundations
/
breakpoints
/
index.d.ts
8 lines
(7 loc)
•
120 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
const
breakpoints
: {
sm
:
string
;
md
:
string
;
lg
:
string
;
xl
:
string
;
xxl
:
string
; };