Update AvatarImageView.types

This commit is contained in:
Bill 2021-04-29 03:22:00 -04:00
parent 36654c367b
commit e78144cee8

View File

@ -6,8 +6,3 @@ export interface AvatarImageViewProps
direction?: number; direction?: number;
scale?: number; scale?: number;
} }
export interface AvatarImageViewState
{
avatarUrl: string;
}