@assistant-ui/react
Version:
React components for AI chat.
13 lines • 580 B
TypeScript
import { FC } from "react";
import * as PopoverPrimitive from "@radix-ui/react-popover";
/**
* @deprecated Use `AssistantModalPrimitive.Root.Props` instead. This will be removed in 0.6.
*/
export type AssistantModalPrimitiveRootProps = AssistantModalPrimitiveRoot.Props;
export declare namespace AssistantModalPrimitiveRoot {
type Props = PopoverPrimitive.PopoverProps & {
unstable_openOnRunStart?: boolean | undefined;
};
}
export declare const AssistantModalPrimitiveRoot: FC<AssistantModalPrimitiveRoot.Props>;
//# sourceMappingURL=AssistantModalRoot.d.ts.map