UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian apps.

6 lines (5 loc) 371 B
export declare const hexToRGBA: (hex: string, opacity?: number) => string; export declare const convertHexShorthand: (color: string) => string; export declare const generateTextColor: (color: string) => string; export declare const getContrastColor: (contrastValue: number, opacityValue: number, color: string) => string; export { getBoxShadow } from './get-box-shadow';