UNPKG

vcc-ui

Version:

A React library for building user interfaces at Volvo Cars

11 lines (10 loc) 388 B
import React from 'react'; export type LogoProps = { type?: 'spreadmark'; /** Height of the logo image */ height?: number; /** Alternative text for the logo image */ alt?: string; }; /** @deprecated Use `Wordmark` from `@volvo-cars/react-icons` instead. */ export declare const Logo: React.ForwardRefExoticComponent<LogoProps & React.RefAttributes<HTMLImageElement>>;