UNPKG

@yandex/ui

Version:

Yandex UI components

15 lines (14 loc) 532 B
/// <reference types="react" /> export * from '../UserPic'; export declare const UserPic: import("react").StatelessComponent<{ addonAfter?: import("react").ReactNode; innerRef?: import("react").RefObject<HTMLDivElement> | undefined; host?: string | undefined; avatarId?: string | undefined; lodpiUrl?: string | undefined; hidpiUrl?: string | undefined; plus?: boolean | undefined; className?: string | undefined; } & {} & { size?: "s" | "m" | undefined; } & import("..").IUserPicHasCameraProps>;