import Avatar from "../avatar.spec";

export const AvatarText = (props: any) => <Avatar type="text" {...props} />;
