We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789a281 commit 022189cCopy full SHA for 022189c
core/nohighlight.d.ts
@@ -0,0 +1,6 @@
1
+import React from 'react';
2
+import { TextareaCodeEditorProps } from '@uiw/react-textarea-code-editor/esm/Editor';
3
+declare const _default: React.ForwardRefExoticComponent<
4
+ TextareaCodeEditorProps & React.RefAttributes<HTMLTextAreaElement>
5
+>;
6
+export default _default;
core/package.json
@@ -36,6 +36,7 @@
36
],
37
"keywords": [
38
"react",
39
+ "nohighlight.d.ts",
40
"textarea",
41
"textarea-editor",
42
"textarea-code-editor",
0 commit comments