import type { ReactNode } from "react"; import { AuiIf } from "@assistant-ui/store"; export type ThreadEmptyProps = { children: ReactNode; }; /** * @deprecated Use ` s.thread.isEmpty} />` instead. */ export const ThreadEmpty = ({ children }: ThreadEmptyProps) => ( s.thread.isEmpty}>{children} );