UNPKG

@assistant-ui/react

Version:

Typescript/React library for AI Chat

12 lines 668 B
import { Primitive } from "@radix-ui/react-primitive"; import { ComponentPropsWithoutRef, ComponentRef } from "react"; type PrimitiveDivProps = ComponentPropsWithoutRef<typeof Primitive.div>; export declare namespace ThreadListPrimitiveRoot { type Element = ComponentRef<typeof Primitive.div>; type Props = PrimitiveDivProps; } export declare const ThreadListPrimitiveRoot: import("react").ForwardRefExoticComponent<Omit<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & { asChild?: boolean; }, "ref"> & import("react").RefAttributes<HTMLDivElement>>; export {}; //# sourceMappingURL=ThreadListRoot.d.ts.map