@kietpt2003/react-native-core-ui
Version:
React Native Core UI components by KietPT
9 lines • 584 B
TypeScript
import React from "react";
import { FlatList } from "react-native-gesture-handler";
import { DraggableFlatListProps } from "../constants/DraggableFlatList/types";
declare function NestableDraggableFlatListInner<T>(props: DraggableFlatListProps<T>, ref?: React.ForwardedRef<FlatList<T>>): import("react/jsx-runtime").JSX.Element;
export declare const NestableDraggableFlatList: <T>(props: DraggableFlatListProps<T> & {
ref?: React.ForwardedRef<FlatList<T>>;
}) => ReturnType<typeof NestableDraggableFlatListInner>;
export {};
//# sourceMappingURL=NestableDraggableFlatList.d.ts.map