Initial commit
This commit is contained in:
8
node_modules/react-remove-scroll-bar/dist/es2019/constants.d.ts
generated
vendored
Normal file
8
node_modules/react-remove-scroll-bar/dist/es2019/constants.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
export declare const zeroRightClassName = "right-scroll-bar-position";
|
||||
export declare const fullWidthClassName = "width-before-scroll-bar";
|
||||
export declare const noScrollbarsClassName = "with-scroll-bars-hidden";
|
||||
/**
|
||||
* Name of a CSS variable containing the amount of "hidden" scrollbar
|
||||
* ! might be undefined ! use will fallback!
|
||||
*/
|
||||
export declare const removedBarSizeVariable = "--removed-body-scroll-bar-size";
|
||||
Reference in New Issue
Block a user