UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian products.

7 lines (6 loc) 320 B
import { jsx } from '@emotion/react'; import { NavigationTheme } from '../../theme'; import { PrimaryItemsContainerProps } from './types'; export declare const PrimaryItemsContainer: ({ moreLabel, items, create: Create, theme, testId, }: PrimaryItemsContainerProps & { theme: NavigationTheme; }) => jsx.JSX.Element;