wix-style-react
Version:
wix-style-react
8 lines • 529 B
JavaScript
export { default as rangePolyfill } from './range';
export { default as requestAnimationFramePolyfill } from './request-animation-frame';
export { default as scrollBehaviorPolyfill } from './scroll-behavior.js';
export { default as matchMediaPolyfill } from './match-media';
export { default as selectionBehaviorPolyfill } from './selection-behavior.js';
export { default as execCommandBehaviorPolyfill } from './execCommand-behavior';
export { default as clipboardPolyfill } from './clipboard';
//# sourceMappingURL=index.js.map