UNPKG

@assistant-ui/react

Version:

Typescript/React library for AI Chat

6 lines 254 B
import type { FC, PropsWithChildren } from "react"; export declare namespace ThreadPrimitiveEmpty { type Props = PropsWithChildren; } export declare const ThreadPrimitiveEmpty: FC<ThreadPrimitiveEmpty.Props>; //# sourceMappingURL=ThreadEmpty.d.ts.map