UNPKG

@atlaskit/dropdown-menu

Version:

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

14 lines (13 loc) 268 B
import React from 'react'; /** * __Group title__ * * Used to visually represent the title for DropdownMenu groups * * @internal */ declare const GroupTitle: ({ id, title }: { id: string; title: string; }) => React.JSX.Element; export default GroupTitle;