UNPKG

@lobehub/ui

Version:

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

14 lines (13 loc) 443 B
import { DivProps } from "../../types/index.mjs"; import * as react6 from "react"; 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: react6.NamedExoticComponent<LobeHubProps>; //#endregion export { LobeHub, LobeHubProps }; //# sourceMappingURL=index.d.mts.map