UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

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