UNPKG

@yandex/ui

Version:

Yandex UI components

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