UNPKG

@yandex/ui

Version:

Yandex UI components

21 lines (20 loc) 930 B
/// <reference types="react" /> import './Text_typography_caption-xl.css'; export interface ITextTypographyCaptionXLProps { /** * Типографика текста */ typography?: 'caption-xl'; } /** * Модификатор, отвечающий за типографику текста. * @param {ITextTypographyCaptionXLProps} props */ export declare const withTypographyCaptionXL: { <K extends import("@bem-react/core").IClassNameProps = {}>(WrappedComponent: import("react").ComponentType<ITextTypographyCaptionXLProps & K>): (props: ITextTypographyCaptionXLProps & 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; };