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; /**