UNPKG

@lobehub/ui

Version:

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

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