UNPKG
@nozbe/microfuzz
Version:
latest (1.0.0)
next (0.1.5)
1.0.0
0.1.5
A tiny, simple, fast fuzzy search library
github.com/Nozbe/microfuzz
Nozbe/microfuzz
@nozbe/microfuzz
/
src
/
react
/
index.js
7 lines
(4 loc)
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
7
// @flow
export
{
default
as
Highlight
, createHighlightComponent }
from
'./Highlight'
export
{
default
as
useFuzzySearchList }
from
'./useFuzzySearchList'
export
type
{
UseFuzzySearchListOptions
}
from
'./useFuzzySearchList'