mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
9b55791af7
* migrating AvatarAccount to TS * updates * reverting changes to diameter * suggested changes * adding explicit types for AvatarAccountDiameter * updating documentation * Some small updates to types --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
8 lines
228 B
TypeScript
8 lines
228 B
TypeScript
export { AvatarAccount } from './avatar-account';
|
|
export {
|
|
AvatarAccountSize,
|
|
AvatarAccountVariant,
|
|
AvatarAccountDiameter,
|
|
} from './avatar-account.types';
|
|
export type { AvatarAccountProps } from './avatar-account.types';
|