mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-14 12:09:04 +08:00
Prefer export to declare
This commit is contained in:
2
types/react-native-custom-tabs/index.d.ts
vendored
2
types/react-native-custom-tabs/index.d.ts
vendored
@@ -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