UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

6 lines (5 loc) 285 B
import { LinkTarget } from '../../types'; export declare const LOGO: readonly ["main", "reduced-main", "reduced-connected", "reduced-mystihl", "reduced-imow"]; export type Logo = (typeof LOGO)[number]; export type LogoTarget = LinkTarget; export type LogoAriaAttribute = 'aria-label';