From b4c167a7ff2e45a3614f6f390588ef2d5af14576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20Wei=C3=9Fe?= Date: Sun, 17 Sep 2017 08:49:25 +0200 Subject: [PATCH] add strict and scrollContainer fields to QuillOptionsStatic interface --- types/quill/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) 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 {