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 f704a8c commit 19035ddCopy full SHA for 19035dd
src/types.d.ts
@@ -1,10 +1,10 @@
1
declare module 'ideal-img!*' {
2
- const x: import('./index.ts').NativeIdealImageData
+ const x: import('../lib/index.d.ts').NativeIdealImageData
3
export default x
4
}
5
6
declare module '@theme/NativeIdealImage' {
7
export default function NativeIdealImage(
8
- props: import('./index.ts').NativeIdealImageProps,
+ props: import('../lib/index.d.ts').NativeIdealImageProps,
9
): JSX.Element
10
0 commit comments