UNPKG

bits-ui

Version:

The headless components for Svelte.

5 lines (4 loc) 212 B
import type { AvatarRootProps } from "../types.js"; declare const Avatar: import("svelte").Component<AvatarRootProps, {}, "ref" | "loadingStatus">; type Avatar = ReturnType<typeof Avatar>; export default Avatar;