refactor: remove cbName cbUrl options

This commit is contained in:
Michael Yang 2024-06-13 08:59:28 +08:00
parent 322c5e165b
commit 0e529d6aef
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ export type AiEditorOptions = {
i18n?: Record<string, Record<string, string>>,
placeholder?: string,
theme?: "light" | "dark",
cbName?: string,
cbUrl?: string
onMentionQuery?: (query: string) => any[] | Promise<any[]>,
onCreateBefore?: (editor: AiEditor, extensions: Extensions) => void | Extensions,
onDestroy?: (editor: AiEditor) => void,