Files
Webklar.com/node_modules/react-remove-scroll/dist/es2015/UI.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

8 lines
285 B
TypeScript

import { RemoveScrollUIType, IRemoveScrollSelfProps } from './types';
export type { IRemoveScrollSelfProps, RemoveScrollUIType };
/**
* Removes scrollbar from the page and contain the scroll within the Lock
*/
declare const RemoveScroll: RemoveScrollUIType;
export { RemoveScroll };