UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

9 lines (8 loc) 301 B
import type { ImageProps } from 'antd'; import { Ref } from 'react'; import type { ImgProps } from "../types"; declare const Img: import("react").NamedExoticComponent<ImgProps & ImageProps & { ref?: Ref<HTMLImageElement> | undefined; unoptimized?: boolean | undefined; }>; export default Img;