Definately Typed

I am having trouble understanding importing npm packages. I see that the new RC requires us to install @types/
I am trying to use dragula and I used

"npm install @types/dragula --save --save-exact’

However, I cannot seem to put it anywhere, declarations, imports, bootstrap, nor provider. Can anyone help?

You can directly import dragula into any of your component… most probably something like import dragula from ‘dragula’