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
/
dist
/
react
/
Highlight
/
platform.js
7 lines
(5 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
exports
.
__esModule
=
true
;
// @flow
var
TextElement
/*: string | React$ComponentType<*>*/
=
'span'
;
exports
.
TextElement
=
TextElement
;