UNPKG

@yandex/ui

Version:

Yandex UI components

21 lines (20 loc) 833 B
/// <reference types="react" /> import './UserPic_size_m.css'; export interface IUserPicSizeMProps { /** * Размер аватарки */ size?: 'm'; } /** * Модификатор, отвечающий за размер аватарки. * @param {IUserPicSizeLProps} props */ export declare const withSizeM: { <K extends import("@bem-react/core").IClassNameProps = {}>(WrappedComponent: import("react").ComponentType<IUserPicSizeMProps & K>): (props: IUserPicSizeMProps & K) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>; __isSimple: boolean; __blockName: string; __mod: string; __value: string | number | boolean | undefined; __passToProps: boolean; };