@atlaskit/atlassian-navigation
Version:
A horizontal navigation component for Atlassian apps.
15 lines (14 loc) • 648 B
TypeScript
import React from 'react';
import { type ProfileProps } from './types';
/**
* __Profile__
*
* A profile button which takes an icon/avatar component can be that can be
* passed into `AtlassianNavigation`'s `renderProfile` prop.
*
* - [Examples](https://atlassian.design/components/atlassian-navigation/examples#profile)
* - [Code](https://atlassian.design/components/atlassian-navigation/code)
*
* @deprecated `@atlaskit/atlassian-navigation` is deprecated. Use `@atlaskit/navigation-system` instead.
*/
export declare const Profile: React.ForwardRefExoticComponent<React.PropsWithoutRef<ProfileProps> & React.RefAttributes<HTMLElement>>;