@yandex/ui
Version:
Yandex UI components
8 lines (7 loc) • 417 B
JavaScript
import { compose, composeU } from '@bem-react/core';
import { UserPic as UserPicTouchPad } from '../UserPic@touch-pad';
import { withCamera } from '../_hasCamera/UserPic_hasCamera@touch-pad';
import { withSizeM } from '../_size/UserPic_size_m';
import { withSizeS } from '../_size/UserPic_size_s';
export * from '../UserPic';
export var UserPic = compose(composeU(withSizeM, withSizeS), withCamera)(UserPicTouchPad);