UNPKG

@lobehub/ui

Version:

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

12 lines 429 B
import { DivProps } from "../../types/index.mjs"; import { ReactNode } from "react"; //#region src/brand/LobeHub/index.d.ts interface LobeHubProps extends DivProps { extra?: ReactNode; size?: number; type?: '3d' | 'flat' | 'mono' | 'text' | 'combine'; } declare const LobeHub: import("react").NamedExoticComponent<LobeHubProps>; //#endregion export { LobeHubProps, LobeHub as default }; //# sourceMappingURL=index.d.mts.map