UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian apps.

4 lines (3 loc) 147 B
import { type Context } from 'react'; import type { NavigationTheme } from './types'; export declare const ThemeContext: Context<NavigationTheme>;