@assistant-ui/react
Version:
Typescript/React library for AI Chat
12 lines • 747 B
TypeScript
import { ComponentPropsWithoutRef, ComponentRef } from "react";
import * as PopoverPrimitive from "@radix-ui/react-popover";
export declare namespace AssistantModalPrimitiveContent {
type Element = ComponentRef<typeof PopoverPrimitive.Content>;
type Props = ComponentPropsWithoutRef<typeof PopoverPrimitive.Content> & {
dissmissOnInteractOutside?: boolean | undefined;
};
}
export declare const AssistantModalPrimitiveContent: import("react").ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
dissmissOnInteractOutside?: boolean | undefined;
} & import("react").RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=AssistantModalContent.d.ts.map