UNPKG

@yandex/ui

Version:

Yandex UI components

10 lines (9 loc) 392 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Attach = void 0; var tslib_1 = require("tslib"); var di_1 = require("@bem-react/di"); var Attach_1 = require("./Attach"); var desktop_1 = require("./Attach.registry/desktop"); tslib_1.__exportStar(require("./Attach"), exports); exports.Attach = di_1.withRegistry(desktop_1.attachRegistry)(Attach_1.Attach);