persona-community-5/.pnpm-store/v3/files/e7/b6d399ca6bbfdb9a7903fce622e6a56a51906da6fe5517acf5aaa88c2ab6a81a961ccdcb83e780255f4ba3f68c590f006b409835a6d80ed5b9320b28e75c5f
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

4 lines
262 B
Plaintext

import { Axis } from './types';
export declare const locationCouldBeScrolled: (axis: Axis, node: HTMLElement) => boolean;
export declare const handleScroll: (axis: Axis, endTarget: HTMLElement, event: any, sourceDelta: number, noOverscroll: boolean) => boolean;