diff --git a/quill/quill.d.ts b/quill/quill.d.ts index 2e75e14c20..66fdc11245 100644 --- a/quill/quill.d.ts +++ b/quill/quill.d.ts @@ -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;