UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 354 B
import './Text_typography_control-m.css'; import { withBemMod } from '@bem-react/core'; import { cnText } from '../Text'; /** * Модификатор, отвечающий за типографику текста. * @param {ITextTypographyControlMProps} props */ export var withTypographyControlM = withBemMod(cnText(), { typography: 'control-m' });