alouette
Version:
A modern, customizable design system built on top of NativeWind v5 with configurable defaults
7 lines • 354 B
TypeScript
import type { ScrollViewProps } from "react-native";
export interface ScrollEndState {
isScrolledToEnd: boolean;
scrollViewProps: Required<Pick<ScrollViewProps, "onContentSizeChange" | "onLayout" | "onScroll" | "scrollEventThrottle">>;
}
export declare function useScrollEndState(): ScrollEndState;
//# sourceMappingURL=useScrollEndState.d.ts.map