UNPKG

@yandex/ui

Version:

Yandex UI components

21 lines (20 loc) 831 B
import './Text_weight_light.css'; import React from 'react'; export interface ITextWeightLightProps { /** * Насыщенность текста */ weight?: 'light'; } /** * Модификатор, отвечающий за насыщенность текста. * @param {ITextWeightLightProps} props */ export declare const withWeightLight: { <K extends import("@bem-react/core").IClassNameProps = {}>(WrappedComponent: React.ComponentType<ITextWeightLightProps & K>): (props: ITextWeightLightProps & 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; };