UNPKG
@alfan-ui/core
Version:
latest (0.0.1)
0.0.1
@alfan-ui/core
/
lib
/
foundations
/
typography
/
index.d.ts
18 lines
(17 loc)
•
307 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export
declare
const
fontSizes
: {
'3xs'
:
string
;
'2xs'
:
string
;
xs
:
string
;
sm
:
string
;
md
:
string
;
lg
:
string
;
xl
:
string
;
'2xl'
:
string
;
'3xl'
:
string
;
'4xl'
:
string
;
'5xl'
:
string
;
'6xl'
:
string
;
'7xl'
:
string
;
'8xl'
:
string
;
'9xl'
:
string
; };