index.js 332 B

1234
  1. import { RemoveScrollBar } from './component';
  2. import { zeroRightClassName, fullWidthClassName, noScrollbarsClassName, removedBarSizeVariable } from './constants';
  3. import { getGapWidth } from './utils';
  4. export { RemoveScrollBar, zeroRightClassName, fullWidthClassName, noScrollbarsClassName, removedBarSizeVariable, getGapWidth, };