mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Add ActionHandlerMixin to Em module
This commit is contained in:
Vendored
+1
@@ -2218,6 +2218,7 @@ declare module Em {
|
||||
**/
|
||||
var $: typeof Ember.$;
|
||||
var A: typeof Ember.A;
|
||||
class ActionHandlerMixin extends Ember.ActionHandlerMixin { }
|
||||
class Application extends Ember.Application { }
|
||||
class Array extends Ember.Array { }
|
||||
class ArrayController extends Ember.ArrayController { }
|
||||
|
||||
Reference in New Issue
Block a user