makearmy-app/node_modules/react-remove-scroll/dist/es5/UI.d.ts

8 lines
285 B
TypeScript
Raw Permalink Normal View History

2025-09-22 10:37:53 -04:00
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 };