UNPKG

rightui

Version:

Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity

5 lines (4 loc) 226 B
import { Avatar as AvatarPrimitive } from "bits-ui"; declare const AvatarImage: import("svelte").Component<AvatarPrimitive.ImageProps, {}, "ref">; type AvatarImage = ReturnType<typeof AvatarImage>; export default AvatarImage;