@huds0n/components
Version:
Enhanced React Native components
9 lines • 457 B
TypeScript
import React from "react";
import { FlatList as FlatListRN } from "react-native";
export declare const FlatList: React.ForwardRefExoticComponent<import("react-native").FlatListProps<any> & {
activityIndicatorColor?: string | undefined;
keyName?: string | undefined;
onPullToRefresh?: (() => void | Promise<void>) | undefined;
reverseZIndex?: boolean | undefined;
} & React.RefAttributes<FlatListRN<any>>>;
//# sourceMappingURL=index.d.ts.map