UNPKG

@yandex/ui

Version:

Yandex UI components

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