diff --git a/mithril.d.ts b/mithril.d.ts index 9f61b49e..ece7944a 100644 --- a/mithril.d.ts +++ b/mithril.d.ts @@ -20,6 +20,7 @@ interface MithrilStatic { sync(promises: MithrilPromise[]): MithrilPromise; startComputation(): void; endComputation(): void; + deps(window: any): any; } interface MithrilVirtualElement {