UNPKG

@yandex/ui

Version:

Yandex UI components

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