UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian products.

9 lines (8 loc) 328 B
/// <reference types="react" /> export declare const ThemeContext: import("react").Context<import("./types").NavigationTheme>; /** * __Theme provider__ * * A provider for the theme context used by all navigation components. */ export declare const ThemeProvider: import("react").Provider<import("./types").NavigationTheme>;