mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-23 01:08:36 +00:00
chore(docs): Add typescript definition for isFileUploadSupported (#393)
This commit is contained in:
parent
ff32e34eb5
commit
51cced8c65
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@ -454,6 +454,7 @@ export interface WebViewSharedProps extends ViewProps, IOSWebViewProps, AndroidW
|
||||
}
|
||||
|
||||
export class WebView extends Component<WebViewSharedProps> {
|
||||
static isFileUploadSupported: () => Promise<boolean>;
|
||||
public goForward: () => void;
|
||||
public goBack: () => void;
|
||||
public reload: () => void;
|
||||
|
Loading…
x
Reference in New Issue
Block a user