UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian apps.

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