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 shirtVneck(props: { color: string; lightColor: string; }): React.ReactElement;