UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian apps.

10 lines (9 loc) 332 B
import React from 'react'; import type { SkeletonNotificationButtonProps } from './skeleton-notification-button'; /** * __Nav 4 skeleton notification button__ * * A nav 4 skeleton notification button. * */ export declare const Nav4SkeletonNotificationButton: ({ label, }: SkeletonNotificationButtonProps) => React.JSX.Element;