playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
664 stars 62 forks source link

Type `searchItems` function #276

Closed willeastcott closed 1 year ago

willeastcott commented 1 year ago

Add types (and docs) for the searchItems function. I've used TypeScript Generics to achieve this. This eliminates 12 any types in the codebase.

Also refactors TreeView and TreeViewItem a little.