Initial commit
This commit is contained in:
7
node_modules/react-remove-scroll/dist/es2015/Combination.js
generated
vendored
Normal file
7
node_modules/react-remove-scroll/dist/es2015/Combination.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { __assign } from "tslib";
|
||||
import * as React from 'react';
|
||||
import { RemoveScroll } from './UI';
|
||||
import SideCar from './sidecar';
|
||||
var ReactRemoveScroll = React.forwardRef(function (props, ref) { return (React.createElement(RemoveScroll, __assign({}, props, { ref: ref, sideCar: SideCar }))); });
|
||||
ReactRemoveScroll.classNames = RemoveScroll.classNames;
|
||||
export default ReactRemoveScroll;
|
||||
Reference in New Issue
Block a user