UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian apps.

17 lines (16 loc) 729 B
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>>; declare const _default: (_props: ProfileProps) => void; export default _default;