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