diff --git a/mithril.d.ts b/mithril.d.ts index 4fcb5b87..a3f6ae18 100644 --- a/mithril.d.ts +++ b/mithril.d.ts @@ -63,3 +63,7 @@ interface MithrilXHROptions { declare var Mithril: MithrilStatic; declare var m: MithrilStatic; + +declare module 'mithril' { + export = MithrilStatic; +}