diff --git a/mithril.d.ts b/mithril.d.ts index 646116de..111a9ebc 100644 --- a/mithril.d.ts +++ b/mithril.d.ts @@ -534,6 +534,12 @@ declare module _mithril { * @see MithrilElementConfig */ config?: MithrilElementConfig; + + /** + * Any other virtual element properties including attributes and + * event handlers + */ + [property: string]: any; } /**