UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian apps.

10 lines 360 B
import { ThemeContext } from './theme-context'; /** * __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 const ThemeProvider = ThemeContext.Provider; export { ThemeContext } from './theme-context';