UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

8 lines 631 B
import { ComponentPropsWithoutRef, ComponentRef } from "react"; import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu"; export declare namespace ActionBarMorePrimitiveItem { type Element = ComponentRef<typeof DropdownMenuPrimitive.Item>; type Props = ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Item>; } export declare const ActionBarMorePrimitiveItem: import("react").ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>; //# sourceMappingURL=ActionBarMoreItem.d.ts.map