UNPKG

@assistant-ui/react

Version:

Typescript/React library for AI Chat

10 lines 633 B
import { Primitive } from "@radix-ui/react-primitive"; import { type ComponentRef, ComponentPropsWithoutRef } from "react"; export declare namespace ContentPartPrimitiveImage { type Element = ComponentRef<typeof Primitive.img>; type Props = ComponentPropsWithoutRef<typeof Primitive.img>; } export declare const ContentPartPrimitiveImage: import("react").ForwardRefExoticComponent<Omit<import("react").ClassAttributes<HTMLImageElement> & import("react").ImgHTMLAttributes<HTMLImageElement> & { asChild?: boolean; }, "ref"> & import("react").RefAttributes<HTMLImageElement>>; //# sourceMappingURL=ContentPartImage.d.ts.map