@yandex/ui
Version:
Yandex UI components
11 lines (10 loc) • 424 B
JavaScript
import { withBemMod } from '@bem-react/core';
import { cnButton } from '../Button';
import './Button_theme_link.css';
/**
* Модификатор, отвечающий за стилевое оформление кнопки.
* @param {IButtonThemeLinkProps} props
*
* @deprecated Рекомендуется использовать withViewLink
*/
export var withThemeLink = withBemMod(cnButton(), { theme: 'link' });