UNPKG

@temuulennibno/react-nice-avatar

Version:

React library for generating customizable avatars with extensive styling options

6 lines (5 loc) 138 B
import React from "react"; export default function earrings(props: { style: string; color: string; }): React.ReactElement | null;