Skip to content

Commit 19035dd

Browse files
committed
Point types.d.ts's imports to /lib/index.d.ts
1 parent f704a8c commit 19035dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
declare module 'ideal-img!*' {
2-
const x: import('./index.ts').NativeIdealImageData
2+
const x: import('../lib/index.d.ts').NativeIdealImageData
33
export default x
44
}
55

66
declare module '@theme/NativeIdealImage' {
77
export default function NativeIdealImage(
8-
props: import('./index.ts').NativeIdealImageProps,
8+
props: import('../lib/index.d.ts').NativeIdealImageProps,
99
): JSX.Element
1010
}

0 commit comments

Comments
 (0)