mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
7 lines
112 B
JavaScript
7 lines
112 B
JavaScript
|
export const INPUT_TYPES = {
|
||
|
TEXT: 'text',
|
||
|
NUMBER: 'number',
|
||
|
PASSWORD: 'password',
|
||
|
SEARCH: 'search',
|
||
|
};
|