We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1380e commit 50dc415Copy full SHA for 50dc415
src/index.tsx
@@ -1,5 +1,5 @@
1
import { NativeModules } from 'react-native';
2
-import type { Options, ResizeFormat, ResizeMode, Response } from './types';
+import type { Options, ResizeFormat, Response } from './types';
3
export type { ResizeFormat, ResizeMode, Response } from './types';
4
5
// @ts-expect-error
0 commit comments