Initial commit
This commit is contained in:
13
node_modules/react-remove-scroll-bar/dist/es2015/component.d.ts
generated
vendored
Normal file
13
node_modules/react-remove-scroll-bar/dist/es2015/component.d.ts
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
import * as React from 'react';
|
||||
import { GapMode } from './utils';
|
||||
export interface BodyScroll {
|
||||
noRelative?: boolean;
|
||||
noImportant?: boolean;
|
||||
gapMode?: GapMode;
|
||||
}
|
||||
export declare const lockAttribute = "data-scroll-locked";
|
||||
export declare const useLockAttribute: () => void;
|
||||
/**
|
||||
* Removes page scrollbar and blocks page scroll when mounted
|
||||
*/
|
||||
export declare const RemoveScrollBar: React.FC<BodyScroll>;
|
||||
Reference in New Issue
Block a user