diff --git a/projects/ngx-quill/config/src/quill-editor.interfaces.ts b/projects/ngx-quill/config/src/quill-editor.interfaces.ts index 4e3a6ab7..e9eff470 100644 --- a/projects/ngx-quill/config/src/quill-editor.interfaces.ts +++ b/projects/ngx-quill/config/src/quill-editor.interfaces.ts @@ -57,7 +57,7 @@ export interface QuillModules { syntax?: boolean | { hljs: any } table?: boolean | Record toolbar?: QuillToolbarConfig | string | { - container?: string | string[] | QuillToolbarConfig + container?: string | string[] | Record[] | QuillToolbarConfig handlers?: { [key: string]: any }