UNPKG

@lobehub/ui

Version:

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

7 lines (6 loc) 227 B
/// <reference types="react" /> import { DivProps, SvgProps } from "../../types"; declare const LogoFlat: import("react").NamedExoticComponent<SvgProps & DivProps & { size?: number | undefined; }>; export default LogoFlat;