INIT
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { AvatarRootProps } from "../types.js";
|
||||
declare const Avatar: import("svelte").Component<AvatarRootProps, {}, "ref" | "loadingStatus">;
|
||||
type Avatar = ReturnType<typeof Avatar>;
|
||||
export default Avatar;
|
||||
Reference in New Issue
Block a user