UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

11 lines 748 B
"use client"; import { jsx as _jsx } from "react/jsx-runtime"; import { forwardRef } from "react"; import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu"; import { useDropdownMenuScope } from "./scope.js"; export const ActionBarMorePrimitiveContent = forwardRef(({ __scopeActionBarMore, portalProps, sideOffset = 4, ...props }, forwardedRef) => { const scope = useDropdownMenuScope(__scopeActionBarMore); return (_jsx(DropdownMenuPrimitive.Portal, { ...scope, ...portalProps, children: _jsx(DropdownMenuPrimitive.Content, { ...scope, ...props, ref: forwardedRef, sideOffset: sideOffset }) })); }); ActionBarMorePrimitiveContent.displayName = "ActionBarMorePrimitive.Content"; //# sourceMappingURL=ActionBarMoreContent.js.map