@porsche-design-system/components-react
Version:
Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.
15 lines (14 loc) • 705 B
TypeScript
import { Component } from 'react';
/**
* @slot {"name": "anchor", "description": "Slotted anchor link which can be used instead of the `href` prop. Ensure the named slot is directly on the anchor element, without nesting." }
* @slot {"name": "header", "description": "Shows special features about the product like novelty or exclusivity. Although you can pass in anything, it is recommended to use the `p-tag` component." }
* @slot {"name": "", "description": "Default slot for the img or picture tag." }
*
* @controlled {"props": ["liked"], "event": "like"}
*
* @experimental
*/
export declare class DSRLinkTileProduct extends Component<any> {
host: HTMLElement;
render(): JSX.Element;
}