Skip to content

Commit

Permalink
docs: add runtime types to autogenerated typeDocs (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Nov 11, 2024
1 parent 16ad6a2 commit dd8b131
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions apps/docs/content/auto-generated/typeDocs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,22 @@ import { ComponentPropsWithRef } from "react";
export type AssistantRuntimeProvider = ComponentPropsWithRef<
typeof AssistantRuntimeProvider
>;

export type {
AssistantRuntime,
AssistantToolUIsState,
ThreadListRuntime,
ThreadListState,
ThreadListItemRuntime,
ThreadListItemState,
ThreadRuntime,
ThreadState,
MessageRuntime,
MessageState,
ContentPartRuntime,
ContentPartState,
ComposerRuntime,
ComposerState,
AttachmentRuntime,
AttachmentState,
} from "@assistant-ui/react";

0 comments on commit dd8b131

Please sign in to comment.