UNPKG

@lobehub/ui

Version:

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

10 lines (9 loc) 336 B
import { CSSProperties } from 'react'; import { type SplineProps } from "../../awesome/Spline"; export interface LogoThreeProps extends Partial<SplineProps> { className?: string; size?: number; style?: CSSProperties; } declare const LogoThree: import("react").NamedExoticComponent<LogoThreeProps>; export default LogoThree;