@yandex/ui
Version:
Yandex UI components
5 lines (4 loc) • 350 B
JavaScript
import { compose, composeU } from '@bem-react/core';
import { withGapS, withGapM, withGapL, withGapXL, withPinCircle, withPinRound, ButtonGroup as ButtonGroupTouchPhone, } from '..';
export * from '..';
export var ButtonGroup = compose(composeU(withGapS, withGapM, withGapL, withGapXL), composeU(withPinCircle, withPinRound))(ButtonGroupTouchPhone);