mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
Fix signature of Picker.setCallback() (#27746)
This commit is contained in:
committed by
Sheetal Nandi
parent
d81b7ef2d5
commit
6d4581efc2
Vendored
+1
-1
@@ -83,7 +83,7 @@ declare namespace google {
|
||||
*/
|
||||
export interface Picker {
|
||||
isVisible(): boolean;
|
||||
setCallback():Picker;
|
||||
setCallback(method:Function):Picker;
|
||||
setRelayUrl(url:string):Picker;
|
||||
setVisible(visible:boolean):Picker;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user