react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
10 lines (9 loc) • 311 B
TypeScript
declare const fireOnMomentumScrollEnd: (component: any, { x, y }: {
x?: number | undefined;
y?: number | undefined;
}) => void;
declare const fireOnScroll: (component: any, { x, y }: {
x?: number | undefined;
y?: number | undefined;
}) => void;
export { fireOnMomentumScrollEnd, fireOnScroll };