UNPKG

@atlaskit/menu

Version:

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

12 lines (11 loc) 499 B
import type { LinkItemProps } from '../types'; /** * __Link item__ * * A link item is used to populate a menu with items that are links. * * - [Examples](https://atlaskit.atlassian.com/packages/design-system/menu/docs/link-item) * - [Code](https://atlaskit.atlassian.com/packages/design-system/menu) */ declare const LinkItem: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<LinkItemProps & import('react').RefAttributes<HTMLElement>>>; export default LinkItem;