mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
add strict and scrollContainer fields to QuillOptionsStatic interface
This commit is contained in:
2
types/quill/index.d.ts
vendored
2
types/quill/index.d.ts
vendored
@@ -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