From ca1afe3d15672eb8dbb7f2912d2c77ef357e3e71 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: Wed, 11 Oct 2023 11:45:10 +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 3c243c7c6..5b7a766fd 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. + * Whitelist of formats to display, see [here](https://quilljs.com/docs/formats/) for available options. */ formats?: any[]; /** @@ -227,7 +227,7 @@ export interface EditorProps { */ editorStyle?: any; /** - * Modules configuration. + * Modules configuration, see [here](https://quilljs.com/docs/modules/) for available options. */ modules?: any; /**