Pārlūkot izejas kodu

chore(docs): Add typescript definition for isFileUploadSupported (#393)

Ryan Linton 5 gadus atpakaļ
vecāks
revīzija
51cced8c65
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      typings/index.d.ts

+ 1
- 0
typings/index.d.ts Parādīt failu

@@ -454,6 +454,7 @@ export interface WebViewSharedProps extends ViewProps, IOSWebViewProps, AndroidW
454 454
 }
455 455
 
456 456
 export class WebView extends Component<WebViewSharedProps> {
457
+  static isFileUploadSupported: () => Promise<boolean>;
457 458
   public goForward: () => void;
458 459
   public goBack: () => void;
459 460
   public reload: () => void;