mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Update Editor.d.ts
This commit is contained in:
parent
9f828a7ab1
commit
72b70387d9
1 changed files with 2 additions and 2 deletions
4
components/lib/editor/Editor.d.ts
vendored
4
components/lib/editor/Editor.d.ts
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue