UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

5 lines (4 loc) 421 B
import { LinkCardProps } from './LinkCard'; type ValidationProps = Pick<LinkCardProps, 'href' | 'linkComponent' | 'flags' | 'flagListAriaLabel' | 'heading' | 'mediaArea' | 'img' | 'brandFlag' | 'decorativeLinkButtonProps'>; export declare const validateLinkCardProps: ({ href, linkComponent, flags, flagListAriaLabel, heading, mediaArea, img, brandFlag, decorativeLinkButtonProps, }: ValidationProps) => void; export {};