constants.d.ts 415 B

12345678
  1. export declare const zeroRightClassName = "right-scroll-bar-position";
  2. export declare const fullWidthClassName = "width-before-scroll-bar";
  3. export declare const noScrollbarsClassName = "with-scroll-bars-hidden";
  4. /**
  5. * Name of a CSS variable containing the amount of "hidden" scrollbar
  6. * ! might be undefined ! use will fallback!
  7. */
  8. export declare const removedBarSizeVariable = "--removed-body-scroll-bar-size";