Browse Source

Use export type instead of export {} to fix isolatedModules

Janic Duplessis 5 years ago
parent
commit
cb41a986a3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/index.tsx

+ 1
- 1
src/index.tsx View File

42
   return safeArea;
42
   return safeArea;
43
 }
43
 }
44
 
44
 
45
-export { EdgeInsets };
45
+export type EdgeInsets = EdgeInsets;