mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
6e5ab2a945
Migrate AvatarIcon to TS --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
4 lines
158 B
TypeScript
4 lines
158 B
TypeScript
export { AvatarIcon } from './avatar-icon';
|
|
export { AvatarIconSize } from './avatar-icon.types';
|
|
export type { AvatarIconProps } from './avatar-icon.types';
|