UNPKG

@assistant-ui/react

Version:

Typescript/React library for AI Chat

9 lines 396 B
import { FC } from "react"; import * as PopoverPrimitive from "@radix-ui/react-popover"; export declare namespace AssistantModalPrimitiveRoot { type Props = PopoverPrimitive.PopoverProps & { unstable_openOnRunStart?: boolean | undefined; }; } export declare const AssistantModalPrimitiveRoot: FC<AssistantModalPrimitiveRoot.Props>; //# sourceMappingURL=AssistantModalRoot.d.ts.map