mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
527387bbfe
* Adding Input component and updating TextField * Exporting from index, removing as prop and updating snapshot
7 lines
112 B
JavaScript
7 lines
112 B
JavaScript
export const INPUT_TYPES = {
|
|
TEXT: 'text',
|
|
NUMBER: 'number',
|
|
PASSWORD: 'password',
|
|
SEARCH: 'search',
|
|
};
|