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