bits-ui
Version:
The headless components for Svelte.
5 lines (4 loc) • 341 B
TypeScript
export { default as Root } from "./components/avatar.svelte";
export { default as Image } from "./components/avatar-image.svelte";
export { default as Fallback } from "./components/avatar-fallback.svelte";
export type { AvatarRootProps as RootProps, AvatarImageProps as ImageProps, AvatarFallbackProps as FallbackProps, } from "./types.js";