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_raised.css'; /** * Модификатор, отвечающий за стилевое оформление кнопки. * @param {IButtonThemeRaisedProps} props * * @deprecated Рекомендуется использовать withViewRaised */ export var withThemeRaised = withBemMod(cnButton(), { theme: 'raised' });