mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
73add90685
* AvatarFavicon to TS * documentation updates * fix types import * Some doc updates --------- Co-authored-by: Garrett Bear <gwhisten@gmail.com> Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
4 lines
176 B
TypeScript
4 lines
176 B
TypeScript
export { AvatarFavicon } from './avatar-favicon';
|
|
export { AvatarFaviconSize } from './avatar-favicon.types';
|
|
export type { AvatarFaviconProps } from './avatar-favicon.types';
|