notrab / react-use-cart

React hook library for managing cart state
http://npm.im/react-use-cart
Apache License 2.0
367 stars 48 forks source link

feat: exporting interface InitialState and CartProviderState #128

Closed mariosantosdev closed 1 year ago

mariosantosdev commented 1 year ago

I needed to use the interface CartProviderState and the alternative was something like type ControlledCard = ReturnType<typeof useControlledCart>. I guess it would be useful if exported.

github-actions[bot] commented 3 months ago

:tada: This issue has been resolved in version 1.14.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: