diff --git a/types/quill/index.d.ts b/types/quill/index.d.ts index d8a9bf3c27..6325913519 100644 --- a/types/quill/index.d.ts +++ b/types/quill/index.d.ts @@ -51,6 +51,8 @@ export interface QuillOptionsStatic { theme?: string; formats?: string[]; bounds?: HTMLElement | string; + scrollingContainer?: HTMLElement | string; + strict?: boolean; } export interface BoundsStatic {