Skip to content

Commit

Permalink
type: fix nohighlight component type error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 29, 2023
1 parent 789a281 commit 022189c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/nohighlight.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import { TextareaCodeEditorProps } from '@uiw/react-textarea-code-editor/esm/Editor';
declare const _default: React.ForwardRefExoticComponent<
TextareaCodeEditorProps & React.RefAttributes<HTMLTextAreaElement>
>;
export default _default;
1 change: 1 addition & 0 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
],
"keywords": [
"react",
"nohighlight.d.ts",
"textarea",
"textarea-editor",
"textarea-code-editor",
Expand Down

0 comments on commit 022189c

Please sign in to comment.