UNPKG

@lobehub/ui

Version:

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

15 lines (14 loc) 497 B
import { SplineProps } from "../../awesome/Spline/type.mjs"; import "../../awesome/Spline/index.mjs"; import * as react33 from "react"; import { CSSProperties } from "react"; //#region src/brand/LogoThree/index.d.ts interface LogoThreeProps extends Partial<SplineProps> { className?: string; size?: number; style?: CSSProperties; } declare const LogoThree: react33.NamedExoticComponent<LogoThreeProps>; //#endregion export { LogoThree, LogoThreeProps }; //# sourceMappingURL=index.d.mts.map