UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 291 B
/// <reference types="react" /> import { ImageProps } from 'antd'; import { ImgProps } from "../types"; declare const Img: import("react").ForwardRefExoticComponent<ImgProps & ImageProps & { unoptimized?: boolean | undefined; } & import("react").RefAttributes<any>>; export default Img;