@attio/react-native-bottom-sheet-toolbox-flash-list
Version:
9 lines • 597 B
TypeScript
import * as React from "react";
import { ScrollView, type ScrollViewProps } from "react-native";
interface FlashListScrollComponentProps extends ScrollViewProps {
ref?: React.ForwardedRef<ScrollView>;
}
export declare const FlashListScrollComponent: ({ onScroll, onLayout, onContentSizeChange, ref, ...p }: FlashListScrollComponentProps) => React.JSX.Element;
export declare const InvertedFlashListScrollComponent: ({ onScroll, onLayout, onContentSizeChange, ref, ...p }: FlashListScrollComponentProps) => React.JSX.Element;
export {};
//# sourceMappingURL=flash-list-scroll-component.d.ts.map