diff --git a/packages/react/src/api/index.ts b/packages/react/src/api/index.ts index b858a1dd12..61e6a597c1 100644 --- a/packages/react/src/api/index.ts +++ b/packages/react/src/api/index.ts @@ -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";