UNPKG

@lobehub/ui

Version:

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

13 lines 481 B
import { SplineProps } from "../../awesome/Spline/type.mjs"; import "../../awesome/Spline/index.mjs"; 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: import("react").NamedExoticComponent<LogoThreeProps>; //#endregion export { LogoThreeProps, LogoThree as default }; //# sourceMappingURL=index.d.mts.map