UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 422 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withCamera = void 0; var core_1 = require("@bem-react/core"); var di_1 = require("@bem-react/di"); var desktop_1 = require("./UserPic_hasCamera.registry/desktop"); var UserPic_hasCamera_1 = require("./UserPic_hasCamera"); exports.withCamera = core_1.compose(di_1.withRegistry(desktop_1.userPicRegistry), UserPic_hasCamera_1.withCamera);