UNPKG

breakfast-ui

Version:

Your tasty component library

11 lines (10 loc) 314 B
import Color from "../../../Colors.types"; import React from "react"; export default interface RoundedAvatarProps extends React.HTMLAttributes<HTMLImageElement> { url: string; size?: string; border?: boolean; borderColor?: Color; shadow?: boolean; styles?: React.CSSProperties; }