mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
4 lines
158 B
TypeScript
4 lines
158 B
TypeScript
|
export { AvatarBase } from './avatar-base';
|
||
|
export { AvatarBaseSize } from './avatar-base.types';
|
||
|
export type { AvatarBaseProps } from './avatar-base.types';
|