diff --git a/quill/quill.d.ts b/quill/quill.d.ts index 66fdc11245..9998c3dc19 100644 --- a/quill/quill.d.ts +++ b/quill/quill.d.ts @@ -91,6 +91,6 @@ declare namespace QuillJS { declare var Quill: QuillJS.QuillStatic; -declare module "Quill" { +declare module "quill" { export = Quill; }