UNPKG

@assistant-ui/react

Version:

React components for AI chat.

10 lines 451 B
import type { FC } from "react"; /** * @deprecated Use `ContentPartPrimitive.Display.Props` instead. This will be removed in 0.6. */ export type ContentPartPrimitiveDisplayProps = ContentPartPrimitiveDisplay.Props; export declare namespace ContentPartPrimitiveDisplay { type Props = Record<string, never>; } export declare const ContentPartPrimitiveDisplay: FC<ContentPartPrimitiveDisplay.Props>; //# sourceMappingURL=ContentPartDisplay.d.ts.map