mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Prefer export to declare
This commit is contained in:
+1
-1
@@ -19,6 +19,6 @@ export interface CustomTabsOptions {
|
||||
headers?: any;
|
||||
}
|
||||
|
||||
declare namespace CustomTabs {
|
||||
export namespace CustomTabs {
|
||||
function openURL(url: string, options?: CustomTabsOptions): Promise<boolean>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user