UNPKG

@redocly/theme

Version:

Shared UI components lib

8 lines (7 loc) 280 B
export type UserAvatarProps = { picture?: string; className?: string; height?: `var(${string})` | `${number}px`; width?: `var(${string})` | `${number}px`; }; export declare function UserAvatar({ picture, className, height, width, }: UserAvatarProps): JSX.Element;