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.cjs
2 lines
(1 loc)
•
174 B
JavaScript
View Raw
1
2
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
,{
value
:!
0
});
exports
.
fontSize
={
xs
:
"text-xs"
,
sm
:
"text-sm"
,
md
:
"text-base"
,
lg
:
"text-lg"
,
xl
:
"text-xl"
,
threeXl
:
"text-3xl"
};