UNPKG
@_alexalbu/kraftie-components
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.2.0
1.1.1
1.1.0
1.0.0
Kraftie Components Library
github.com/kraftie-co/components-library
kraftie-co/components-library
@_alexalbu/kraftie-components
/
components
/
Input
/
constants.js
11 lines
(10 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
INPUT_TYPES
= {
TEXT
:
'text'
,
PASSWORD
:
'password'
,
EMAIL
:
'email'
,
NUMBER
:
'number'
,
TEL
:
'tel'
,
URL
:
'url'
,
DATE
:
'date'
, };
export
{
INPUT_TYPES
};