UNPKG

@yandex/ui

Version:

Yandex UI components

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