@assistant-ui/react
Version:
React components for AI chat.
18 lines • 851 B
TypeScript
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 ContentPartPrimitive from "./contentPart";
export * as MessagePrimitive from "./message";
export * as ThreadPrimitive from "./thread";
export * as ThreadListPrimitive from "./threadList";
export * as ThreadListItemPrimitive from "./threadListItem";
export type * from "./actionBar/types";
export type * from "./assistantModal/types";
export type * from "./branchPicker/types";
export type * from "./composer/types";
export type * from "./contentPart/types";
export type * from "./message/types";
export type * from "./thread/types";
//# sourceMappingURL=index.d.ts.map