volleyball-dev-frontend/node_modules/react-remove-scroll-bar/dist/es2015/index.d.ts
2025-06-02 16:42:16 +00:00

5 lines
332 B
TypeScript

import { RemoveScrollBar } from './component';
import { zeroRightClassName, fullWidthClassName, noScrollbarsClassName, removedBarSizeVariable } from './constants';
import { getGapWidth } from './utils';
export { RemoveScrollBar, zeroRightClassName, fullWidthClassName, noScrollbarsClassName, removedBarSizeVariable, getGapWidth, };