@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.
13 lines (12 loc) • 487 B
TypeScript
import { Component } from 'react';
import type { JSX } from 'react';
/**
* @slot {"name": "header", "description": "Renders a header section above the content area." }
* @slot {"name": "", "description": "Default slot for the img or picture tag." }
* @slot {"name": "footer", "description": "Renders a footer section below the description." }
*/
export declare class DSRLinkTile extends Component<any> {
host: HTMLElement;
private hasFooterSlot;
render(): JSX.Element;
}