mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
Merge pull request #19801 from KillerCodeMonkey/master
@types/quill - add strict and scrollContainer fields to QuillOptionsStatic interface
This commit is contained in:
Vendored
+2
@@ -51,6 +51,8 @@ export interface QuillOptionsStatic {
|
||||
theme?: string;
|
||||
formats?: string[];
|
||||
bounds?: HTMLElement | string;
|
||||
scrollingContainer?: HTMLElement | string;
|
||||
strict?: boolean;
|
||||
}
|
||||
|
||||
export interface BoundsStatic {
|
||||
|
||||
Reference in New Issue
Block a user