refinedev / refine

A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
https://refine.dev
MIT License
25.92k stars 1.96k forks source link

fix(core): add unexported types #6070

Closed FatimaSaleem21 closed 4 days ago

FatimaSaleem21 commented 1 week ago

PR Checklist

Please check if your PR fulfills the following requirements:

Bugs / Features

What is the current behavior?

The refinedev/core package contains many type that are not accessible for use outside the package itself. This can be limiting for developers who want to interact with these types in their own code.

What is the new behavior?

This change aims to address this limitation by exported all the un-exported types within the refinedev/core package. This will allow developers to import and utilize these types in their projects.

fixes # 6041

changeset-bot[bot] commented 1 week ago

🦋 Changeset detected

Latest commit: 05dd0cc1aa4850a19a5503348a33c777ab58bc44

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | --------------- | ----- | | @refinedev/core | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR