mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Whitespace only.
This commit is contained in:
parent
cca549d09c
commit
cbf669a7a0
4
vimeo/froogaloop.d.ts
vendored
4
vimeo/froogaloop.d.ts
vendored
@ -10,14 +10,14 @@ interface VimeoParams {
|
||||
|
||||
interface VimeoPlayerAPI {
|
||||
(method: string): any;
|
||||
(method: string, callback: (value: any, player_id: any) =>void ): any;
|
||||
(method: string, callback: (value: any, player_id: any) => void): any;
|
||||
(method: string, value: any): any;
|
||||
(method: string, value: VimeoParams[]): any;
|
||||
}
|
||||
|
||||
interface VimeoPlayer {
|
||||
api: VimeoPlayerAPI;
|
||||
addEvent(eventName: string, callback: (e: any) =>void ): any;
|
||||
addEvent(eventName: string, callback: (e: any) => void): any;
|
||||
removeEvent(eventName: string): void;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user