UNPKG

breakfast-ui

Version:

Your tasty component library

6 lines (5 loc) 216 B
import React from "react"; import "./RoundedAvatar.modules.css"; import RoundedAvatarProps from "./RoundedAvatars.types"; declare const RoundedAvatar: React.FC<RoundedAvatarProps>; export default RoundedAvatar;