UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 293 B
/// <reference types="react" /> import { ImageProps } from 'antd'; import { ImgProps } from "../../types"; declare const Logo3d: import("react").NamedExoticComponent<Omit<ImgProps & ImageProps, "height" | "width" | "src"> & { size?: string | number | undefined; }>; export default Logo3d;