UNPKG

jobiqo-cl

Version:

[![CircleCI](https://circleci.com/gh/jobiqo/jobiqo-cl.svg?style=svg&circle-token=5a24efa5b8bbc4879276123e77d0d3f35ca7144c)](https://circleci.com/gh/jobiqo/jobiqo-cl)

10 lines (7 loc) 429 B
import { __assign } from '../../../tslib/tslib.es6.js'; import { forwardRef, createElement } from 'react'; import { RemoveScroll } from './UI.js'; import SideCar from './sidecar.js'; var ReactRemoveScroll = forwardRef(function (props, ref) { return (createElement(RemoveScroll, __assign({}, props, { ref: ref, sideCar: SideCar }))); }); ReactRemoveScroll.classNames = RemoveScroll.classNames; export default ReactRemoveScroll;