UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 340 B
import { withBemMod } from '@bem-react/core'; import { cnPopup } from '../Popup'; import './Popup_theme_clear.css'; /** * Модификатор, отвечающий за стилевое оформление попапа. * @param {IPopupThemeClearProps} props */ export var withThemeClear = withBemMod(cnPopup(), { theme: 'clear' });