UNPKG

@kietpt2003/react-native-core-ui

Version:
4 lines 442 B
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