UNPKG

shadcn-react

Version:
8 lines (7 loc) 296 B
/// <reference types="react" /> import { AvatarImageProps } from '@radix-ui/react-avatar'; export interface AvatarProps extends AvatarImageProps { fallback?: React.ReactNode; delayMs?: number; } export declare function Avatar(props: AvatarProps): import("react/jsx-runtime").JSX.Element;