UNPKG

@metamask/design-system-react-native

Version:
4 lines 305 B
import React from "react"; import type { AvatarBaseProps } from "./AvatarBase.types.cjs"; export declare const AvatarBase: ({ children, size, shape, fallbackText, fallbackTextProps, hasBorder, twClassName, style, ...props }: AvatarBaseProps) => React.JSX.Element; //# sourceMappingURL=AvatarBase.d.cts.map