mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
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';
|