Adds a new API for pausing and resuming windups! <WindupChildren> now has a
isPaused prop; there are new usePause and useResume hooks, and
useWindupString returns pause and resume callbacks. Thank you
anulman!
Updates typings for compatibility with React 18. Thank you
witchtrash!