mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
merge new into master
This commit is contained in:
13
node_modules/react-remove-scroll-bar/dist/es5/component.d.ts
generated
vendored
Normal file
13
node_modules/react-remove-scroll-bar/dist/es5/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