UNPKG

@yandex/ui

Version:

Yandex UI components

11 lines (10 loc) 434 B
import { withBemMod } from '@bem-react/core'; import { cnButton } from '../Button'; import './Button_theme_pseudo.css'; /** * Модификатор, отвечающий за стилевое оформление кнопки. * @param {IButtonThemePseudoProps} props * * @deprecated Рекомендуется использовать withViewPseudo */ export var withThemePseudo = withBemMod(cnButton(), { theme: 'pseudo' });