Преглед на файлове

Add scalesPageToFit to interface AutoHeightWebViewProps

iou90 преди 4 години
родител
ревизия
126cf4cc40
променени са 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