UNPKG

@yandex/ui

Version:

Yandex UI components

12 lines (11 loc) 663 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserPic = void 0; var tslib_1 = require("tslib"); var core_1 = require("@bem-react/core"); var UserPic_desktop_1 = require("../UserPic@desktop"); var UserPic_hasCamera_desktop_1 = require("../_hasCamera/UserPic_hasCamera@desktop"); var UserPic_size_m_1 = require("../_size/UserPic_size_m"); var UserPic_size_s_1 = require("../_size/UserPic_size_s"); tslib_1.__exportStar(require("../UserPic"), exports); exports.UserPic = core_1.compose(core_1.composeU(UserPic_size_m_1.withSizeM, UserPic_size_s_1.withSizeS), UserPic_hasCamera_desktop_1.withCamera)(UserPic_desktop_1.UserPic);