A unique gradient avatar based on the provided address.
import { Blobbie } from "thirdweb/react"; <Blobbie address="0x...." className="w-10 h-10" />;
function Blobbie(props: BlobbieProps): Element;
The component props.
let props: BlobbieProps;
let returnType: Element;