UNPKG

@yandex/ui

Version:

Yandex UI components

15 lines (14 loc) 386 B
import { FC } from 'react'; import { ILinkProps } from '../../Link/Link'; import './Header-Logo.css'; export declare type YandexLogoProps = ILinkProps & { circle?: boolean; tld?: string; lang?: 'ru' | 'en'; }; /** * Базовый логотип Яндекс для шапки. * @param {YandexLogoProps} props * */ export declare const YandexLogo: FC<YandexLogoProps>;