UNPKG

@lobehub/ui

Version:

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

5 lines (4 loc) 171 B
/// <reference types="react" /> import type { BubbleProps } from './type'; declare const Bubble: import("react").NamedExoticComponent<BubbleProps>; export default Bubble;