UNPKG
dk-plus
Version:
latest (1.0.28)
1.0.28
1.0.27
1.0.26
1.0.25
1.0.24
1.0.23
DK-PLUS
github.com/dk-plus-ui/dk-plus-ui
dk-plus-ui/dk-plus-ui
dk-plus
/
lib
/
_tokens
/
component
/
input-attrs.d.ts
4 lines
(3 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
export
declare
const
DK_INPUT_TYPE
:
readonly
[
"text"
,
"textarea"
,
"password"
,
"number"
];
export
declare
const
DK_INPUT_PERSONALITY_TYPE
:
readonly
[
"underline"
,
"borderRadius"
];
export
declare
const
DK_INPUT_STATUS
:
readonly
[
"warning"
,
"error"
];