huridocs / react-text-selection-handler

text selection handling and highlighting
Apache License 2.0
0 stars 0 forks source link

Error on types #9

Closed Zasa-san closed 5 months ago

Zasa-san commented 1 year ago

Both HandleTextSelection and SelectionRegion are components that take children, but their type definitions throw an error when passing components or elements as children.

We need to better defined those types, it would also be helpful that all the types used are exported.