UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian products.

11 lines (10 loc) 307 B
import { ComponentType, ReactNode, ReactNodeArray } from 'react'; export declare type PrimaryItemsContainerProps = { moreLabel: ReactNode; items: ReactNodeArray; create?: ComponentType<{}>; testId?: string; }; export declare type PrimaryItemsContainerSkeletonProps = { count: number; };