UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian apps.

8 lines (7 loc) 310 B
/** * @jsxRuntime classic * @jsx jsx */ import React, { type MemoExoticComponent } from 'react'; import { type PrimaryItemsContainerSkeletonProps } from './types'; export declare const PrimaryItemsContainerSkeleton: MemoExoticComponent<({ count }: PrimaryItemsContainerSkeletonProps) => React.JSX.Element>;