UNPKG

@rkosafo/cai.components

Version:

This package is under development and not ready for public use.

5 lines (4 loc) 186 B
import type { AvatarProps } from '../../index.js'; declare const Avatar: import("svelte").Component<AvatarProps, {}, "">; type Avatar = ReturnType<typeof Avatar>; export default Avatar;