UNPKG

@atlaskit/logo

Version:

A logo is a visual representation of a brand or product. It can be a word or an image, or a combination of both.

17 lines (16 loc) 680 B
export declare const getColorsFromAppearanceOldLogos: (appearance?: string, colorMode?: string) => { iconGradientStart: string | undefined; iconGradientStop: string | undefined; iconColor: string | undefined; textColor: string | undefined; atlassianLogoTextColor: string | undefined; }; export declare const getColorsFromAppearance: (appearance?: string, colorMode?: string) => { iconColor: string | undefined; textColor: string | undefined; atlassianLogoTextColor: string | undefined; }; export declare const getColorsForLoom: (appearance?: string, colorMode?: string) => { iconColor: string | undefined; textColor: string | undefined; };