UNPKG

@temuulennibno/react-nice-avatar

Version:

React library for generating customizable avatars with extensive styling options

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