Explorar el Código

Use export type instead of export {} to fix isolatedModules

Janic Duplessis hace 4 años
padre
commit
cb41a986a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/index.tsx

+ 1
- 1
src/index.tsx Ver fichero

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