Mihaiii / semantic-autocomplete

A blazing-fast semantic search React component. Match by meaning, not just by letters. Search as you type without waiting (no debounce needed). Rank by cosine similarity.
MIT License
206 stars 4 forks source link

Typescript support #2

Open PantherX99 opened 5 months ago

PantherX99 commented 5 months ago

The component does not support ts. Are there plans to provide a declaration file or switch to tsx?

Mihaiii commented 5 months ago

My top priority is to enhance/update the demo page based on the feedback I received. Only then I'll switch to tsx.

PRs welcome, in case you want to contribute.