Use an explicit `type` import
authorAlexander Ebert <ebert@woltlab.com>
Thu, 14 Sep 2023 11:55:53 +0000 (13:55 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 14 Sep 2023 11:55:53 +0000 (13:55 +0200)
ts/WoltLabSuite/Core/Component/Ckeditor/SubmitOnEnter.ts

index 3aceb8f37992da1beb68d4306e36c1455ba03c6d..67b4f0b480437639bcd03b51b4966ce0592988be 100644 (file)
@@ -10,7 +10,7 @@
  * @woltlabExcludeBundle tiny
  */
 
-import { CKEditor5 } from "@woltlab/editor";
+import type { CKEditor5 } from "@woltlab/editor";
 import { dispatchToCkeditor } from "./Event";
 import type { CKEditor } from "../Ckeditor";