persona-community-5/.pnpm-store/v3/files/76/8d9564dc3b5fb8239cbca4e10ec662d8d9db7b824d6b51a24190d010f9edad8d011aed661a429da01f289afae7af4cbf1ae43e56d223527f05c0d339d0ccb5
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

8 lines
285 B
Plaintext

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 };