Pārlūkot izejas kodu

exporting main class as default export

Naveen Ithapu 5 gadus atpakaļ
vecāks
revīzija
0f86305c48
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      index.d.ts

+ 1
- 1
index.d.ts Parādīt failu

@@ -26,4 +26,4 @@ export interface AutoHeightWebViewProps extends WebViewProps {
26 26
     customStyle: string;
27 27
 }
28 28
 
29
-export class AutoHeightWebView extends Component<Partial<AutoHeightWebViewProps>> {}
29
+export default class AutoHeightWebView extends Component<Partial<AutoHeightWebViewProps>> {}