UNPKG

@yandex/ui

Version:

Yandex UI components

11 lines (10 loc) 361 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withLinesOne = void 0; var core_1 = require("@bem-react/core"); var Checkbox_1 = require("../Checkbox"); require("./Checkbox_lines_one.css"); /** * @param {ICheckboxLinesOneProps} props */ exports.withLinesOne = core_1.withBemMod(Checkbox_1.cnCheckbox(), { lines: 'one' });