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
/
esm
/
_shared
/
align.d.ts
7 lines
(6 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
Align
: {
LEFT
:
"left"
;
CENTER
:
"center"
;
RIGHT
:
"right"
; };
export
declare
type
Align
=
typeof
Align
[keyof
typeof
Align
];