UNPKG

@wix/design-system

Version:

@wix/design-system

19 lines (18 loc) 1.18 kB
"use strict"; exports.__esModule = true; exports.selectionBehaviorPolyfill = exports.scrollBehaviorPolyfill = exports.requestAnimationFramePolyfill = exports.rangePolyfill = exports.matchMediaPolyfill = exports.execCommandBehaviorPolyfill = exports.clipboardPolyfill = void 0; var _range = require("./range"); exports.rangePolyfill = _range.rangePolyfill; var _requestAnimationFrame = require("./request-animation-frame"); exports.requestAnimationFramePolyfill = _requestAnimationFrame.requestAnimationFramePolyfill; var _scrollBehavior = require("./scroll-behavior.js"); exports.scrollBehaviorPolyfill = _scrollBehavior.scrollBehaviorPolyfill; var _matchMedia = require("./match-media"); exports.matchMediaPolyfill = _matchMedia.matchMediaPolyfill; var _selectionBehavior = require("./selection-behavior.js"); exports.selectionBehaviorPolyfill = _selectionBehavior.selectionBehaviorPolyfill; var _execCommandBehavior = require("./execCommand-behavior"); exports.execCommandBehaviorPolyfill = _execCommandBehavior.execCommandBehaviorPolyfill; var _clipboard = require("./clipboard"); exports.clipboardPolyfill = _clipboard.clipboardPolyfill; //# sourceMappingURL=index.js.map