浏览代码

Add scalesPageToFit to interface AutoHeightWebViewProps

iou90 4 年前
父节点
当前提交
126cf4cc40
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      index.d.ts

+ 1
- 0
index.d.ts 查看文件

26
   customScript: string;
26
   customScript: string;
27
   customStyle: string;
27
   customStyle: string;
28
   viewportContent: string;
28
   viewportContent: string;
29
+  scalesPageToFit: boolean;
29
   scrollEnabledWithZoomedin: boolean;
30
   scrollEnabledWithZoomedin: boolean;
30
 }
31
 }
31
 
32