UNPKG

@matechat/core

Version:

前端智能化场景解决方案UI库,轻松构建你的AI应用。

10 lines (9 loc) 367 B
import { BubbleFoundation } from '@matechat/common/Bubble/foundation'; export interface UseBubbleFoundationOptions { props: any; } export declare function useBubbleFoundation({ props }: UseBubbleFoundationOptions): { foundation: BubbleFoundation; bubbleClasses: import("vue").ComputedRef<string>; isEmptyAvatar: import("vue").ComputedRef<boolean>; };