Skip to content

Commit

Permalink
Merge pull request #92 from edwinhern/chore/export-balancerownprops-i…
Browse files Browse the repository at this point in the history
…nterface

chore: 🏷️ Export BalancerOwnProps interface
  • Loading branch information
shuding authored May 24, 2024
2 parents 7bd6981 + 574f017 commit 136fe90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,4 @@ if (!IS_SERVER && process.env.NODE_ENV !== 'production') {
}

export default Balancer
export { Provider, Balancer }
export { Provider, Balancer, BalancerOwnProps }

0 comments on commit 136fe90

Please sign in to comment.