Merge pull request #19801 from KillerCodeMonkey/master

@types/quill - add strict and scrollContainer fields to QuillOptionsStatic interface
This commit is contained in:
Benjamin Lichtman
2017-09-22 10:48:29 -07:00
committed by GitHub
+2
View File
@@ -51,6 +51,8 @@ export interface QuillOptionsStatic {
theme?: string;
formats?: string[];
bounds?: HTMLElement | string;
scrollingContainer?: HTMLElement | string;
strict?: boolean;
}
export interface BoundsStatic {