@assistant-ui/react
Version:
React components for AI chat.
11 lines • 491 B
TypeScript
import type { FC, PropsWithChildren } from "react";
import { UseThreadIfProps } from "../../primitive-hooks/thread/useThreadIf";
/**
* @deprecated Use `ThreadPrimitive.If.Props` instead. This will be removed in 0.6.
*/
export type ThreadPrimitiveIfProps = ThreadPrimitiveIf.Props;
export declare namespace ThreadPrimitiveIf {
type Props = PropsWithChildren<UseThreadIfProps>;
}
export declare const ThreadPrimitiveIf: FC<ThreadPrimitiveIf.Props>;
//# sourceMappingURL=ThreadIf.d.ts.map