mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 06:07:06 +01:00
6 lines
148 B
JavaScript
6 lines
148 B
JavaScript
|
export { TextFieldBase } from './text-field-base';
|
||
|
export {
|
||
|
TEXT_FIELD_BASE_SIZES,
|
||
|
TEXT_FIELD_BASE_TYPES,
|
||
|
} from './text-field-base.constants';
|