UNPKG
jiro-ui
Version:
latest (0.0.2)
0.0.2
A Mithril.js UI library based from construct-ui
nenjotsu.github.io/jiro-ui
nenjotsu/jiro-ui
jiro-ui
/
lib
/
cjs
/
_shared
/
sizes.js
11 lines
(10 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Size
=
void
0
;
exports
.
Size
= {
XS
:
'xs'
,
SM
:
'sm'
,
DEFAULT
:
'default'
,
LG
:
'lg'
,
XL
:
'xl'
};