UNPKG

@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.

9 lines (8 loc) 305 B
import { Component } from 'react'; /** * @slot {"name": "", "description": "Default slot to render the link label. This slot can be used to slot an anchor tag instead of using the href prop." } */ export declare class DSRLink extends Component<any> { host: HTMLElement; render(): JSX.Element; }