@kietpt2003/react-native-core-ui
Version:
React Native Core UI components by KietPT
4 lines • 442 B
TypeScript
import { WebDraggableFlatListProps } from "../constants/DraggableFlatList/types.web";
declare function DraggableFlatListWeb<T>({ data, renderItem, keyExtractor, onDragEnd, onDragBegin, onRelease, onPlaceholderIndexChange, activationDistance, containerStyle, horizontal, ...props }: WebDraggableFlatListProps<T>): import("react/jsx-runtime").JSX.Element;
export default DraggableFlatListWeb;
//# sourceMappingURL=DraggableFlatList.web.d.ts.map