UNPKG

@assistant-ui/react

Version:

React components for AI chat.

10 lines 417 B
import type { FC, PropsWithChildren } from "react"; /** * @deprecated Use `ThreadPrimitive.Empty.Props` instead. This will be removed in 0.6. */ export type ThreadPrimitiveEmptyProps = ThreadPrimitiveEmpty.Props; export declare namespace ThreadPrimitiveEmpty { type Props = PropsWithChildren; } export declare const ThreadPrimitiveEmpty: FC<ThreadPrimitiveEmpty.Props>; //# sourceMappingURL=ThreadEmpty.d.ts.map