UNPKG

@tabula/ui-ai-chat

Version:

Allows to embed UI for conversation with AI assistant

4 lines (3 loc) 207 B
import { Ref, RefObject } from 'react'; import { InternalConversationController } from '../types'; export declare function useController(ref: Ref<InternalConversationController>): RefObject<HTMLDivElement>;