UNPKG
@lumina-study/graph
Version:
latest (0.1.1)
0.1.1
0.1.0
Graph library for Lumina Study
@lumina-study/graph
/
dist
/
utils
/
highlightText.d.ts
6 lines
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
import { ReactNode }
from
'react'
;
/** * Highlight search term in text */
export
declare
function
highlightText
(
text:
string
, searchTerm?:
string
):
ReactNode
;
//# sourceMappingURL=highlightText.d.ts.map