add strict and scrollContainer fields to QuillOptionsStatic interface

This commit is contained in:
Bengt Weiße
2017-09-17 08:49:25 +02:00
parent d537c6b050
commit b4c167a7ff

View File

@@ -51,6 +51,8 @@ export interface QuillOptionsStatic {
theme?: string;
formats?: string[];
bounds?: HTMLElement | string;
scrollingContainer?: HTMLElement | string;
strict?: boolean;
}
export interface BoundsStatic {