UNPKG

rightui

Version:

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

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