UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian apps.

12 lines (11 loc) 411 B
import { type Provider } from 'react'; import type { NavigationTheme } from './types'; /** * __Theme provider__ * * A provider for the theme context used by all navigation components. * * @deprecated `@atlaskit/atlassian-navigation` is deprecated. Use `@atlaskit/navigation-system` instead. */ export declare const ThemeProvider: Provider<NavigationTheme>; export { ThemeContext } from './theme-context';