AccountBlobbie

A wrapper for the Blobbie component

function AccountBlobbie(
props: Omit<BlobbieProps, "address">,
): Element;

Parameters

BlobbieProps

Type

let props: Omit<BlobbieProps, "address">;

Returns

let returnType: Element;