UNPKG

@atlaskit/menu

Version:

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

8 lines (7 loc) 287 B
/// <reference types="react" /> import type { MenuGroupProps } from '../types'; /** * @deprecated refer to MenuGroup, explicitly set maxWidth and minWidth */ declare const PopupMenuGroup: ({ maxWidth, minWidth, ...rest }: MenuGroupProps) => JSX.Element; export default PopupMenuGroup;