UNPKG

@assistant-ui/react

Version:

Typescript/React library for AI Chat

10 lines 380 B
// src/primitives/threadList/index.ts import { ThreadListPrimitiveNew } from "./ThreadListNew.mjs"; import { ThreadListPrimitiveItems } from "./ThreadListItems.mjs"; import { ThreadListPrimitiveRoot } from "./ThreadListRoot.mjs"; export { ThreadListPrimitiveItems as Items, ThreadListPrimitiveNew as New, ThreadListPrimitiveRoot as Root }; //# sourceMappingURL=index.mjs.map