UNPKG

webcoreui

Version:

UI component and template library for Astro, Svelte, and React apps styled with Sass.

12 lines (11 loc) 267 B
export type AvatarProps = { img: string | string[] alt?: string | string[] size?: number | number[] lazy?: boolean borderColor?: string borderless?: boolean reverse?: boolean className?: string groupClassName?: string }