瀏覽代碼

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>> {}