@yandex/ui
Version:
Yandex UI components
8 lines (7 loc) • 509 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.withDesktopControl = exports.withControl = void 0;
var withControl_1 = require("./withControl");
Object.defineProperty(exports, "withControl", { enumerable: true, get: function () { return withControl_1.withControl; } });
var withControl_desktop_1 = require("./withControl@desktop");
Object.defineProperty(exports, "withDesktopControl", { enumerable: true, get: function () { return withControl_desktop_1.withControl; } });