@yandex/ui
Version:
Yandex UI components
9 lines (8 loc) • 354 B
JavaScript
import './Text_typography_caption-m.css';
import { withBemMod } from '@bem-react/core';
import { cnText } from '../Text';
/**
* Модификатор, отвечающий за типографику текста.
* @param {ITextTypographyCaptionMProps} props
*/
export var withTypographyCaptionM = withBemMod(cnText(), { typography: 'caption-m' });