update docs/aieditor-with-react.md.
Signed-off-by: 百小僧 <monksoul@outlook.com>
This commit is contained in:
parent
418d6b3072
commit
d0ed349264
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue