@atlaskit/atlassian-navigation
Version:
A horizontal navigation component for Atlassian products.
15 lines (14 loc) • 606 B
TypeScript
import React from 'react';
import { AppSwitcherProps } from './types';
/**
* _App switcher__
*
* An AppSwitcher button that can be passed into `AtlassianNavigation`'s
* `renderAppSwitcher` prop.
*
* - [Examples](https://atlassian.design/components/atlassian-navigation/examples#app-switcher)
* - [Code](https://atlassian.design/components/atlassian-navigation/code)
*/
export declare const AppSwitcher: React.ForwardRefExoticComponent<import("../IconButton/types").BaseIconButtonProps & React.RefAttributes<any>>;
declare const _default: (props: AppSwitcherProps) => void;
export default _default;