9 lines
410 B
TypeScript
9 lines
410 B
TypeScript
|
import type { ImageLoaderProps } from './image-config';
|
||
|
import type { ImageProps, ImageLoader, StaticImageData } from './get-img-props';
|
||
|
import { Image } from '../../client/image-component';
|
||
|
export declare const unstable_getImgProps: (imgProps: ImageProps) => {
|
||
|
props: import("./get-img-props").ImgProps;
|
||
|
};
|
||
|
export default Image;
|
||
|
export type { ImageProps, ImageLoaderProps, ImageLoader, StaticImageData };
|