Ver código fonte

Add scalesPageToFit to interface AutoHeightWebViewProps

iou90 5 anos atrás
pai
commit
7f8b709030
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      index.d.ts

+ 1
- 0
index.d.ts Ver arquivo

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