Update Editor.d.ts

pull/4591/head^2
Tuğçe Küçükoğlu 2023-10-11 11:45:10 +03:00
parent 7ee7649b4b
commit ca1afe3d15
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.
* 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;
/**