UNPKG

react-native-reanimated-dnd

Version:

A powerful drag-and-drop library for React Native using Reanimated 3

5 lines (4 loc) 357 B
import React from "react"; import { DroppableProps } from "../types/droppable"; export declare const _getUniqueDroppableId: () => number; export declare const Droppable: <TData = unknown>({ onDrop, dropDisabled, onActiveChange, dropAlignment, dropOffset, activeStyle, droppableId, capacity, style, children, }: DroppableProps<TData>) => React.ReactElement;