Skip to content

Commit 62998ab

Browse files
committed
build: update ambient type hint
1 parent 533b927 commit 62998ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/utils/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type {} from '../..'
1+
import type {} from '../../types'
22
import type { ImageProvider } from '../../module'
33

44
export function defineProvider<T>(setup: ImageProvider<T> | (() => ImageProvider<T>)): () => ImageProvider<T> {

0 commit comments

Comments
 (0)