Ver código fonte

Use export type instead of export {} to fix isolatedModules

Janic Duplessis 4 anos atrás
pai
commit
cb41a986a3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/index.tsx

+ 1
- 1
src/index.tsx Ver arquivo

@@ -42,4 +42,4 @@ export function useSafeArea(): EdgeInsets {
42 42
   return safeArea;
43 43
 }
44 44
 
45
-export { EdgeInsets };
45
+export type EdgeInsets = EdgeInsets;