sk1981
sk1981
### Issue The dist folder does not have the `murri.d.ts` file in the types folder but it is references in other files like [item.d.ts](https://github.com/Paol-imi/muuri-react/blob/master/dist/types/interfaces/item.d.ts) https://github.com/Paol-imi/muuri-react/blob/f31c84771cf9fa2d66c12cf5b0dde6d6e090b400/dist/types/interfaces/item.d.ts#L2 The absence of `murri.d.ts` file...
closes #51
Hello, I am trying to use muuri on a grid which has items with unequal widths. Drag and drop works fine most of the time, but it fails occasionally when...