UNPKG

@yandex/ui

Version:

Yandex UI components

23 lines (22 loc) 936 B
import React from 'react'; import './Link_theme_outer.css'; export interface ILinkThemeOuterProps { /** * Стилевое оформление ссылки */ theme?: 'outer'; } /** * Модификатор, отвечающий за стилевое оформление ссылки. * @param {ILinkThemeOuterProps} props * * @deprecated Рекомендуется использовать withViewDefault */ export declare const withThemeOuter: { <K extends import("@bem-react/core").IClassNameProps = {}>(WrappedComponent: React.ComponentType<ILinkThemeOuterProps & K>): (props: ILinkThemeOuterProps & 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; };