Skip to content

Commit 533b927

Browse files
committed
build: pull in types from index
1 parent 195cec0 commit 533b927

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/utils/provider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import type {} from '../..'
12
import type { ImageProvider } from '../../module'
23

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

0 commit comments

Comments
 (0)