Below are some simple instructions on how to use it with Roact
Installing Roact DnD for TypeScript is relatively straight-forward
Simply run
npm install --save @rbxts/roact-dnd
Then you can import it into your project using
import RoactDnD from "@rbxts/roact-dnd";
TODO