UNPKG

@yandex/ui

Version:

Yandex UI components

21 lines (20 loc) 838 B
import './Text_weight_medium.css'; import React from 'react'; export interface ITextWeightMediumProps { /** * Насыщенность текста */ weight?: 'medium'; } /** * Модификатор, отвечающий за насыщенность текста. * @param {ITextWeightMediumProps} props */ export declare const withWeightMedium: { <K extends import("@bem-react/core").IClassNameProps = {}>(WrappedComponent: React.ComponentType<ITextWeightMediumProps & K>): (props: ITextWeightMediumProps & K) => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>; __isSimple: boolean; __blockName: string; __mod: string; __value: string | number | boolean | undefined; __passToProps: boolean; };