mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
type of argument list elements for Mixin.create
This commit is contained in:
Vendored
+1
-1
@@ -1420,7 +1420,7 @@ declare module Ember {
|
||||
Creates an instance of the class.
|
||||
@param arguments A hash containing values with which to initialize the newly instantiated object.
|
||||
**/
|
||||
static create<T extends Mixin>(...arguments: []): T;
|
||||
static create<T extends Mixin>(...arguments: CoreObjectArguments[]): T;
|
||||
detect(obj: any): boolean;
|
||||
reopen<T extends Mixin>(args?: {}): T;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user