@atlaskit/atlassian-navigation
Version:
A horizontal navigation component for Atlassian apps.
11 lines (10 loc) • 358 B
TypeScript
/**
* @jsxRuntime classic
* @jsx jsx
*/
import React from 'react';
import { type NavigationTheme } from '../../theme';
import { type PrimaryItemsContainerProps } from './types';
export declare const PrimaryItemsContainer: ({ moreLabel, items, create: Create, testId, }: PrimaryItemsContainerProps & {
theme?: NavigationTheme;
}) => React.JSX.Element;