mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
527387bbfe
* Adding Input component and updating TextField * Exporting from index, removing as prop and updating snapshot
3 lines
82 B
JavaScript
3 lines
82 B
JavaScript
export { Input } from './input';
|
|
export { INPUT_TYPES } from './input.constants';
|