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
/
components
/
icon-elements
/
Badge
/
styles.d.ts
13 lines
(12 loc)
•
294 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{
Sizing
}
from
"lib/sizing"
;
export
type
BadgeProportionTypes
= {
paddingX
:
string
;
paddingY
:
string
;
fontSize
:
string
; };
export
declare
const
badgeProportions
: { [
char
:
string
]:
BadgeProportionTypes
; };
export
declare
const
iconSizes
: { [
size
:
string
]:
Sizing
; };