Allows Element in quills ctor (#11841)

This commit is contained in:
Eric Amodio
2016-10-08 13:01:34 -07:00
committed by Mohamed Hegazy
parent 360b85fdbf
commit 0dcd0bdc39
+1 -1
View File
@@ -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;