@atlaskit/atlassian-navigation
Version:
A horizontal navigation component for Atlassian products.
15 lines (14 loc) • 558 B
TypeScript
import React from 'react';
/**
* __Notifications__
*
* A notifications button that can be passed into `AtlassianNavigation`'s
* `renderNotifications` prop.
*
* - [Examples](https://atlassian.design/components/atlassian-navigation/examples#notifications)
* - [Code](https://atlassian.design/components/atlassian-navigation/code)
*/
export declare const Notifications: React.ForwardRefExoticComponent<import("../IconButton/types").BaseIconButtonProps & {
badge: React.ComponentType<{}>;
} & React.RefAttributes<any>>;
export default Notifications;