mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 09:25:50 +08:00
Added a return type to the createStatusButton method.
This commit is contained in:
2
chrome/chrome.d.ts
vendored
2
chrome/chrome.d.ts
vendored
@@ -610,7 +610,7 @@ declare module chrome.devtools.panels {
|
||||
}
|
||||
|
||||
interface ExtensionPanel {
|
||||
createStatusButton(iconPath: string, tooltipText: string, disabled: bool): void;
|
||||
createStatusButton(iconPath: string, tooltipText: string, disabled: bool): Button;
|
||||
onShown: PanelShownEvent;
|
||||
onHidden: PanelHiddenEvent;
|
||||
onSearch: PanelSearchEvent;
|
||||
|
||||
Reference in New Issue
Block a user