mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
5d5fa242c3
* Updating object to enums * lint fix * Improving test coverage * Updating filename to .types.ts
7 lines
162 B
JavaScript
7 lines
162 B
JavaScript
export { AvatarAccount } from './avatar-account';
|
|
export {
|
|
AvatarAccountSize,
|
|
AvatarAccountVariant,
|
|
AvatarAccountDiameter,
|
|
} from './avatar-account.types';
|