diff --git a/framework/core/js/shims.d.ts b/framework/core/js/shims.d.ts index a9fc278f3..493c6ede7 100644 --- a/framework/core/js/shims.d.ts +++ b/framework/core/js/shims.d.ts @@ -8,14 +8,6 @@ import * as _$ from 'jquery'; // Globals from flarum/core import Application from './src/common/Application'; -/** - * Export Mithril typings globally. - * - * This lets us use these typings without an extra import everywhere we use - * Mithril in a TypeScript file. - */ -export as namespace Mithril; - /** * flarum/core exposes several extensions globally: *