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: export Item and Metadata interfaces #91

Closed lxbdr closed 2 years ago

lxbdr commented 3 years ago

I found it useful to be able to access these interface so they can be extended for custom cart item types. e.g.

interface MyCartItem extends Item {
   color: string
}
github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.13.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: