Update Editor.d.ts

pull/4582/head
Tuğçe Küçükoğlu 2023-10-09 18:16:02 +03:00
parent 9f828a7ab1
commit 72b70387d9
1 changed files with 2 additions and 2 deletions

View File

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