mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
d3c9d4a55a
* Migrate AvatarToken --------- Co-authored-by: garrettbear <gwhisten@gmail.com>
4 lines
164 B
TypeScript
4 lines
164 B
TypeScript
export { AvatarToken } from './avatar-token';
|
|
export { AvatarTokenSize } from './avatar-token.types';
|
|
export type { AvatarTokenProps } from './avatar-token.types';
|