mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
da4e6d3e37
* Adding TextField component * Fixing lint issues * More linting fixes * Adding more tests * Adding reference to TextFieldBase props * Adding reminder todo comment to styles * Using short hand syntax for conditionally firing event props and removing some css and unused classsNames in favor of box props * Fixing up my sloppy code * Removing text base docs update * More clean up * Adding more stories and docs * Adding new stories to mdx docs
3 lines
119 B
JavaScript
3 lines
119 B
JavaScript
export { TextField } from './text-field';
|
|
export { TEXT_FIELD_SIZES, TEXT_FIELD_TYPES } from './text-field.constants';
|