INIT
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
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";
|
||||
Reference in New Issue
Block a user