UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

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