浏览代码

fix startInLoadingState to boolean in typing

KaFai Choi 6 年前
父节点
当前提交
cf8a918450
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      typings/index.d.ts

+ 1
- 1
typings/index.d.ts 查看文件

374
    * Boolean value that forces the `WebView` to show the loading view
374
    * Boolean value that forces the `WebView` to show the loading view
375
    * on the first load.
375
    * on the first load.
376
    */
376
    */
377
-  startInLoadingState?: string;
377
+  startInLoadingState?: boolean;
378
 
378
 
379
   /**
379
   /**
380
    * Set this to provide JavaScript that will be injected into the web page
380
    * Set this to provide JavaScript that will be injected into the web page