UNPKG

@assistant-ui/react

Version:

TypeScript/React library for AI Chat

10 lines 519 B
"use client"; import { jsx as _jsx } from "react/jsx-runtime"; import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu"; import { useDropdownMenuScope } from "./scope.js"; export const ActionBarMorePrimitiveRoot = ({ __scopeActionBarMore, ...rest }) => { const scope = useDropdownMenuScope(__scopeActionBarMore); return _jsx(DropdownMenuPrimitive.Root, { ...scope, ...rest }); }; ActionBarMorePrimitiveRoot.displayName = "ActionBarMorePrimitive.Root"; //# sourceMappingURL=ActionBarMoreRoot.js.map