Skip to content

Commit 022189c

Browse files
committed
type: fix nohighlight component type error.
1 parent 789a281 commit 022189c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

core/nohighlight.d.ts

+6
Original file line numberDiff line numberDiff line change
@@ -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

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
],
3737
"keywords": [
3838
"react",
39+
"nohighlight.d.ts",
3940
"textarea",
4041
"textarea-editor",
4142
"textarea-code-editor",

0 commit comments

Comments
 (0)