reactjs-editor
Advanced tools
Comparing version
{ | ||
"name": "reactjs-editor", | ||
"version": "6.6.4", | ||
"version": "6.6.6", | ||
"description": "A simple react library that lets you highlight text, make text bold, and add comment on any text as a sticky notes", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -55,7 +55,5 @@ <h1 align="center" > | ||
<br> | ||
## So we have to setup type declaration support for Typescript and fix that error | ||
<br> | ||
<details> | ||
<summary style="color:blue;font-size:36px;font-weight:bold;font-style:italic; text-decoration:underline;"> ⬇️ ⬇️ ⬇️ CLICK TO SETUP TYPE DECLARATION FOR TYPESCRIPT PROJECT</summary> | ||
<summary style="color:blue;font-size:36px;font-weight:bold;font-style:italic; text-decoration:underline;"> ⬇️ ⬇️ ⬇️ CLICK TO FIX TYPE DECLARATION ERROR</summary> | ||
@@ -67,8 +65,6 @@ | ||
1. Go to your project root | ||
1. Create a new file reacteditor.d.ts in project root directory | ||
2. Create a new [FILE_NAME].d.ts file | ||
2. Add this line below in the file 📝📝 | ||
3. Add this line below in the file 📝📝 | ||
declare module 'reactjs-editor'; //add this line and save | ||
@@ -75,0 +71,0 @@ |
56723
-0.19%256
-1.54%