Преглед изворни кода

Add scalesPageToFit to interface AutoHeightWebViewProps

iou90 пре 3 година
родитељ
комит
7f8b709030
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      index.d.ts

+ 1
- 0
index.d.ts Прегледај датотеку

@@ -26,6 +26,7 @@ export interface AutoHeightWebViewProps extends WebViewProps {
26 26
   customScript: string;
27 27
   customStyle: string;
28 28
   viewportContent: string;
29
+  scalesPageToFit: boolean;
29 30
   scrollEnabledWithZoomedin: boolean;
30 31
 }
31 32