UNPKG

@metamask/design-system-react-native

Version:
4 lines 282 B
import React from "react"; import type { AvatarIconProps } from "./AvatarIcon.types.mjs"; export declare const AvatarIcon: ({ size, shape, severity, iconName, iconProps, twClassName, style, ...props }: AvatarIconProps) => React.JSX.Element; //# sourceMappingURL=AvatarIcon.d.mts.map