@szum-tech/design-system
Version:
Szum-Tech design system with tailwindcss support
15 lines (10 loc) • 769 B
text/typescript
import * as react_jsx_runtime from 'react/jsx-runtime';
import * as React from 'react';
import { Avatar as Avatar$1 } from 'radix-ui';
type AvatarProps = React.ComponentProps<typeof Avatar$1.Root>;
declare function Avatar({ className, ...props }: AvatarProps): react_jsx_runtime.JSX.Element;
type AvatarImageProps = React.ComponentProps<typeof Avatar$1.Image>;
declare function AvatarImage({ className, ...props }: AvatarImageProps): react_jsx_runtime.JSX.Element;
type AvatarFallbackProps = React.ComponentProps<typeof Avatar$1.Fallback>;
declare function AvatarFallback({ className, ...props }: AvatarFallbackProps): react_jsx_runtime.JSX.Element;
export { Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, type AvatarProps };