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

exporting main class as default export

Naveen Ithapu преди 6 години
родител
ревизия
0f86305c48
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      index.d.ts

+ 1
- 1
index.d.ts Целия файл

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