scuglik
Results
2
comments of
scuglik
I needed options for dragging beetween multiple list. I marked options as any type in typecsript without any imports and it works.... But only as temporary solution I hope import...
> did you try my suggestion? (`import {Options} from 'sortablejs';`) Yes with a little edit `import { SortableOptions } from 'sortablejs'; ` to keep same types as in example and...