This website works better with JavaScript.
홈
탐색
도움말
로그인
tim_hao
/
react-native-safe-area-context
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
28
위키
Activity
소스 검색
Use export type instead of export {} to fix isolatedModules
Janic Duplessis
6 년 전
부모
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
;