UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 434 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ButtonGroup = void 0; var tslib_1 = require("tslib"); var core_1 = require("@bem-react/core"); var __1 = require(".."); tslib_1.__exportStar(require(".."), exports); exports.ButtonGroup = core_1.compose(core_1.composeU(__1.withGapS, __1.withGapM, __1.withGapL, __1.withGapXL), core_1.composeU(__1.withPinCircle, __1.withPinRound))(__1.ButtonGroup);