UNPKG

@matechat/core

Version:

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

11 lines (10 loc) 390 B
import type { MentionProps } from './mention-types'; export declare function useMention(props: MentionProps, emits: (event: string, ...args: any[]) => void): { popperTriggerEl: import("vue").Ref<any, any>; overlayEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>; overlayStyle: { top: string; left: string; width: string; }; };