1.0.9
The hook module was being exported in the wrong way and leading to errors when trying to import the definitions of the types of the package.
Now, it should be imported as the following example:
import useSelectedItems from "use-selected-items-hook";
import { Item } from "use-selected-items-hook/build/types";