UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 329 B
import { withBemMod } from '@bem-react/core'; import { cnButton } from '../Button'; import './Button_view_raised.css'; /** * Модификатор, отвечающий за внешний вид кнопки. * @param {IButtonViewRaisedProps} props */ export var withViewRaised = withBemMod(cnButton(), { view: 'raised' });