update docs/aieditor-with-react.md.

Signed-off-by: 百小僧 <monksoul@outlook.com>
This commit is contained in:
百小僧 2024-05-27 00:04:15 +00:00 committed by Gitee
parent 418d6b3072
commit d0ed349264
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ type AIEditorProps = Omit<HTMLAttributes<HTMLDivElement>, "onChange"> & {
defaultValue?: string;
value?: string;
onChange?: (val: string) => void;
options?: AiEditorOptions;
options?: Omit<AiEditorOptions, "element">;
};
export default forwardRef<HTMLDivElement, AIEditorProps>(function AIEditor(