UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 428 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 touch_pad_1 = require("./UserPic_hasCamera.registry/touch-pad"); var UserPic_hasCamera_1 = require("./UserPic_hasCamera"); exports.withCamera = core_1.compose(di_1.withRegistry(touch_pad_1.userPicRegistry), UserPic_hasCamera_1.withCamera);