UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

5 lines 225 B
import { ComponentProps, FC } from "react"; export type EbayAvatarImageProps = ComponentProps<"img">; declare const AvatarImage: FC<EbayAvatarImageProps>; export default AvatarImage; //# sourceMappingURL=avatar-image.d.ts.map