mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
8 lines
225 B
JavaScript
8 lines
225 B
JavaScript
|
import {
|
||
|
TEXT_FIELD_BASE_SIZES,
|
||
|
TEXT_FIELD_BASE_TYPES,
|
||
|
} from '../text-field-base/text-field-base.constants';
|
||
|
|
||
|
export const TEXT_FIELD_SIZES = TEXT_FIELD_BASE_SIZES;
|
||
|
export const TEXT_FIELD_TYPES = TEXT_FIELD_BASE_TYPES;
|