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