UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian products.

4 lines (3 loc) 221 B
import { jsx } from '@emotion/react'; import { PrimaryItemsContainerSkeletonProps } from './types'; export declare const PrimaryItemsContainerSkeleton: ({ count, }: PrimaryItemsContainerSkeletonProps) => jsx.JSX.Element;