UNPKG

@yandex/ui

Version:

Yandex UI components

12 lines (11 loc) 486 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withTypographyBodyLongS = void 0; require("./Text_typography_body-long-s.css"); var core_1 = require("@bem-react/core"); var Text_1 = require("../Text"); /** * Модификатор, отвечающий за типографику текста. * @param {ITextTypographyBodyLongSProps} props */ exports.withTypographyBodyLongS = core_1.withBemMod(Text_1.cnText(), { typography: 'body-long-s' });