UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian apps.

4 lines (3 loc) 303 B
import { type ThemeProps, type ThemeTokens } from '@atlaskit/button/types'; import { type NavigationTheme } from '../../theme'; export declare const getPrimaryButtonTheme: ({ mode: { primaryButton } }: NavigationTheme) => (current: (props: ThemeProps) => ThemeTokens, props: ThemeProps) => ThemeTokens;