@yandex/ui
Version:
Yandex UI components
8 lines (7 loc) • 487 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.userPicRegistry = void 0;
var touch_phone_1 = require("../../UserPic.registry/touch-phone");
Object.defineProperty(exports, "userPicRegistry", { enumerable: true, get: function () { return touch_phone_1.userPicRegistry; } });
var UserPic_Camera_touch_phone_1 = require("../../Camera/UserPic-Camera@touch-phone");
touch_phone_1.userPicRegistry.set('Camera', UserPic_Camera_touch_phone_1.UserPicCamera);