Update Editor.d.ts
parent
9f828a7ab1
commit
72b70387d9
|
@ -219,7 +219,7 @@ export interface EditorProps {
|
||||||
*/
|
*/
|
||||||
readonly?: boolean | undefined;
|
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[];
|
formats?: any[];
|
||||||
/**
|
/**
|
||||||
|
@ -227,7 +227,7 @@ export interface EditorProps {
|
||||||
*/
|
*/
|
||||||
editorStyle?: any;
|
editorStyle?: any;
|
||||||
/**
|
/**
|
||||||
* Modules configuration, see [here](https://quilljs.com/docs/modules/) for available options.
|
* Modules configuration.
|
||||||
*/
|
*/
|
||||||
modules?: any;
|
modules?: any;
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue