@metamask/design-system-react-native
Version:
4 lines • 305 B
text/typescript
import React from "react";
import type { AvatarBaseProps } from "./AvatarBase.types.mjs";
export declare const AvatarBase: ({ children, size, shape, fallbackText, fallbackTextProps, hasBorder, twClassName, style, ...props }: AvatarBaseProps) => React.JSX.Element;
//# sourceMappingURL=AvatarBase.d.mts.map