CarlosNZ / json-edit-react

React component for editing/viewing JSON/object data
https://carlosnz.github.io/json-edit-react/
MIT License
187 stars 18 forks source link

add exports of TypeFilterFunction and DataType #101

Closed imaitland closed 4 months ago

imaitland commented 4 months ago

I'd like to properly type my restrictTypeSelection function, need these types to be exported.

Screenshot 2024-07-26 at 11 40 01 AM

Great package btw :)

CarlosNZ commented 4 months ago

Okay, I've added these additional exports to the main repo now and published a new version with them included:

https://www.npmjs.com/package/json-edit-react/v/1.15.4

Thanks for bringing it to my attention