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.

14 lines (13 loc) 490 B
/// <reference types="react" /> import type { LogoProps } from '../types'; /** * __Opsgenie logo__ * * The Opsgenie logo with both the wordmark and the icon combined. * * - [Examples](https://atlassian.design/components/logo/examples) * - [Code](https://atlassian.design/components/logo/code) * - [Usage](https://atlassian.design/components/logo/usage) * */ export declare const OpsgenieLogo: ({ appearance, label, size, testId, textColor, iconColor, }: LogoProps) => JSX.Element;