UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

10 lines (9 loc) 311 B
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 };