From 72b70387d9e62023b99d9f6e6a52e0bc3dc01baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Mon, 9 Oct 2023 18:16:02 +0300 Subject: [PATCH] Update Editor.d.ts --- components/lib/editor/Editor.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lib/editor/Editor.d.ts b/components/lib/editor/Editor.d.ts index 5b7a766fd..3c243c7c6 100755 --- a/components/lib/editor/Editor.d.ts +++ b/components/lib/editor/Editor.d.ts @@ -219,7 +219,7 @@ export interface EditorProps { */ readonly?: boolean | undefined; /** - * Whitelist of formats to display, see [here](https://quilljs.com/docs/formats/) for available options. + * Whitelist of formats to display. */ formats?: any[]; /** @@ -227,7 +227,7 @@ export interface EditorProps { */ editorStyle?: any; /** - * Modules configuration, see [here](https://quilljs.com/docs/modules/) for available options. + * Modules configuration. */ modules?: any; /**