UNPKG

@assistant-ui/react

Version:

React components for AI chat.

9 lines 241 B
// src/primitive-hooks/thread/useThreadEmpty.tsx import { useThreadIf } from "./useThreadIf.mjs"; var useThreadEmpty = () => { return useThreadIf({ empty: true }); }; export { useThreadEmpty }; //# sourceMappingURL=useThreadEmpty.mjs.map