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
/
intents.d.ts
9 lines
(8 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
Intent
: {
NONE
:
"none"
;
PRIMARY
:
"primary"
;
NEGATIVE
:
"negative"
;
POSITIVE
:
"positive"
;
WARNING
:
"warning"
; };
export
declare
type
Intent
=
typeof
Intent
[keyof
typeof
Intent
];