UNPKG

@yandex/ui

Version:

Yandex UI components

10 lines (9 loc) 398 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 touch_pad_1 = require("./Attach.registry/touch-pad"); tslib_1.__exportStar(require("./Attach"), exports); exports.Attach = di_1.withRegistry(touch_pad_1.attachRegistry)(Attach_1.Attach);