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 533b927 commit 62998abCopy full SHA for 62998ab
src/runtime/utils/provider.ts
@@ -1,4 +1,4 @@
1
-import type {} from '../..'
+import type {} from '../../types'
2
import type { ImageProvider } from '../../module'
3
4
export function defineProvider<T>(setup: ImageProvider<T> | (() => ImageProvider<T>)): () => ImageProvider<T> {
0 commit comments