ソースを参照

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

Ryan Linton 6 年 前
コミット
51cced8c65
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      typings/index.d.ts

+ 1
- 0
typings/index.d.ts ファイルの表示

454
 }
454
 }
455
 
455
 
456
 export class WebView extends Component<WebViewSharedProps> {
456
 export class WebView extends Component<WebViewSharedProps> {
457
+  static isFileUploadSupported: () => Promise<boolean>;
457
   public goForward: () => void;
458
   public goForward: () => void;
458
   public goBack: () => void;
459
   public goBack: () => void;
459
   public reload: () => void;
460
   public reload: () => void;