What is the new or updated feature that you are suggesting?
'useStickyState' is a hook for detecting the state of the 'sticky' property for a specific element.
Why should this feature be included?
When a viewport is stuck, the element is in a sticky state in css, but it cannot be detected. so, I implemented a hook to detect this.