UNPKG

@atlaskit/menu

Version:

A list of options to help users navigate, or perform actions.

23 lines (21 loc) 717 B
/* popup-menu-group.tsx generated by @compiled/babel-plugin v0.36.1 */ import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { ax, ix } from "@compiled/react/runtime"; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 import MenuGroup from './menu-group'; /** * @deprecated refer to MenuGroup, explicitly set maxWidth and minWidth */ const PopupMenuGroup = ({ maxWidth = 800, minWidth = 320, ...rest }) => /*#__PURE__*/ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props React.createElement(MenuGroup, _extends({ maxWidth: maxWidth, minWidth: minWidth }, rest)); export default PopupMenuGroup;