UNPKG

@atlaskit/dropdown-menu

Version:

A dropdown menu displays a list of actions or options to a user.

11 lines (10 loc) 356 B
import React from 'react'; import { type SectionProps } from '@atlaskit/menu'; /** * __Dropdown item checkbox group__ * * A wrapping element for dropdown menu items. * */ declare const DropdownMenuItemGroup: React.ForwardRefExoticComponent<React.PropsWithoutRef<SectionProps> & React.RefAttributes<HTMLElement>>; export default DropdownMenuItemGroup;