We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86061a0 commit fd642a4Copy full SHA for fd642a4
index.ts
@@ -20,7 +20,7 @@ import { initialize } from "@ionic/core/components";
20
import type { IonicConfig } from "@ionic/core/components";
21
22
import { defineIonComponents } from "./components/defineComponents";
23
-import { MenuI } from "@ionic/core/interface";
+import type { MenuI } from "@ionic/core/dist/types/interface";
24
export { defineComponent } from "./components/defineComponents";
25
26
// all exports
0 commit comments