This website works better with JavaScript.
首頁
探索
說明
登入
npm
/
react-native-safe-area-context
關注
11
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
20
Wiki
活動
瀏覽代碼
Use export type instead of export {} to fix isolatedModules
Janic Duplessis
5 年之前
父節點
0a9aeed888
當前提交
cb41a986a3
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
統一視圖
顯示文件統計
1
1
src/index.tsx
+ 1
- 1
src/index.tsx
查看文件
42
return safeArea;
42
return safeArea;
43
}
43
}
44
44
45
-export
{ EdgeInsets }
;
45
+export
type EdgeInsets = EdgeInsets
;