UNPKG
@while-and-for/tremor-react
Version:
latest (0.0.1-development)
0.0.1-development
0.0.0-development
The React library to build dashboards faster.
github.com/tremorlabs/tremor
tremorlabs/tremor
@while-and-for/tremor-react
/
dist
/
lib
/
font.d.ts
14 lines
(13 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
declare
const
fontSize
: {
xs
:
string
;
sm
:
string
;
md
:
string
;
lg
:
string
;
xl
:
string
;
threeXl
:
string
; };
export
declare
const
fontWeight
: {
sm
:
string
;
md
:
string
;
lg
:
string
; };