mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Allows Element in quills ctor (#11841)
This commit is contained in:
committed by
Mohamed Hegazy
parent
360b85fdbf
commit
0dcd0bdc39
Vendored
+1
-1
@@ -38,7 +38,7 @@ declare namespace QuillJS {
|
||||
type formatsType = { [key: string]: any };
|
||||
|
||||
export interface QuillStatic {
|
||||
new (selector: string, options?: QuillOptionsStatic): QuillStatic;
|
||||
new (container: string | Element, options?: QuillOptionsStatic): QuillStatic;
|
||||
deleteText(start: number, end: number, source?: sourceType): void;
|
||||
disable(): void;
|
||||
enable(enabled?: boolean): void;
|
||||
|
||||
Reference in New Issue
Block a user