react-linkify-all
Advanced tools
+1
-1
| { | ||
| "name": "react-linkify-all", | ||
| "version": "1.1.1", | ||
| "version": "1.1.2", | ||
| "description": "NPM package that makes links clickable in the text. Any pattern is also supported to highlight. Text with links turns into an array of React components. Customizable. Built-in support of emails, Telegram, Twitter links. Own patterns and components can be used to linkify everything!", | ||
@@ -5,0 +5,0 @@ "author": "suvmer, https://github.com/suvmer", |
+1
-1
@@ -65,3 +65,3 @@ import React, { PropsWithChildren, ReactElement, ReactNode } from "react"; | ||
| children:ReactNode|ReactNode[]|string, | ||
| options?:linkifySetting[], | ||
| options?:linkifyOptions, | ||
| links?: boolean, | ||
@@ -68,0 +68,0 @@ emails?: boolean, |
187324
0