UNPKG

@yandex/ui

Version:

Yandex UI components

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