UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

19 lines 1.11 kB
export * as ActionBarPrimitive from "./actionBar"; export * as AssistantModalPrimitive from "./assistantModal"; export * as AttachmentPrimitive from "./attachment"; export * as BranchPickerPrimitive from "./branchPicker"; export * as ComposerPrimitive from "./composer"; export * as MessagePartPrimitive from "./messagePart"; export * as ErrorPrimitive from "./error"; export * as MessagePrimitive from "./message"; export * as ThreadPrimitive from "./thread"; export * as ThreadListPrimitive from "./threadList"; export * as ThreadListItemPrimitive from "./threadListItem"; export { useMessagePartText } from "./messagePart/useMessagePartText"; export { useMessagePartReasoning } from "./messagePart/useMessagePartReasoning"; export { useMessagePartSource } from "./messagePart/useMessagePartSource"; export { useMessagePartFile } from "./messagePart/useMessagePartFile"; export { useMessagePartImage } from "./messagePart/useMessagePartImage"; export { useThreadViewportAutoScroll } from "./thread/useThreadViewportAutoScroll"; export { useScrollLock } from "./reasoning"; //# sourceMappingURL=index.d.ts.map