It would be pretty nice to have the helper functions available for a hook's user. The functions should work with negative indexes as well. ```ts getItemStart(index: number): number getItemEnd(index: number): number ```
It would be pretty nice to have the helper functions available for a hook's user. The functions should work with negative indexes as well.