We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec60eed + 6c71cd4 commit 094814dCopy full SHA for 094814d
index.d.ts
@@ -0,0 +1,5 @@
1
+declare module 'react-string-replace' {
2
+ function reactStringReplace(text: React.ReactNode, regex: RegExp, cb: (match: string, index: number) => string | JSX.Element): JSX.Element;
3
+
4
+ export default reactStringReplace;
5
+}
0 commit comments