UNPKG

@octopusdeploy/design-system-components

Version:
9 lines (8 loc) 301 B
export interface ThirdPartyLogoProps { url: string; size?: string; isDisabled?: boolean; className?: string; isSquare?: boolean; } export declare function ThirdPartyLogo({ url, size, isDisabled, className, isSquare }: ThirdPartyLogoProps): import("react/jsx-runtime").JSX.Element;