@atlaskit/atlassian-navigation
Version:
A horizontal navigation component for Atlassian products.
23 lines (21 loc) • 733 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.Profile = void 0;
var _IconButton = require("../IconButton");
/**
* __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)
*/
var Profile = _IconButton.IconButton;
// This exists only to extract props.
// eslint-disable-next-line @repo/internal/react/use-noop
exports.Profile = Profile;
var _default = function _default(props) {};
exports.default = _default;