Skip to content

Commit

Permalink
feat: ThreadListRuntime API types (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Nov 11, 2024
1 parent 6c44bc6 commit 284a13f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ export type {
} from "./ComposerRuntime";
export type { AttachmentRuntime, AttachmentState } from "./AttachmentRuntime";
export type { ThreadListRuntime, ThreadListState } from "./ThreadListRuntime";
export type {
ThreadListItemRuntime,
ThreadListItemState,
} from "./ThreadListItemRuntime";

0 comments on commit 284a13f

Please sign in to comment.