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 b7d4b27 commit 6596627Copy full SHA for 6596627
packages/core/http/index.ts
@@ -1,5 +1,5 @@
1
import { request } from './http-request';
2
-import { ImageSource } from '../image-source';
+import type { ImageSource } from '../image-source';
3
export { request } from './http-request';
4
export * from './http-interfaces';
5
0 commit comments