@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.
12 lines (11 loc) • 367 B
TypeScript
import { Component } from 'react';
import type { JSX } from 'react';
/**
* @slot {"name": "", "description": "Default slot for the display text." }
*
* @deprecated since v4.0.0, will be removed with next major release. Please use `p-heading` instead.
*/
export declare class DSRDisplay extends Component<any> {
host: HTMLElement;
render(): JSX.Element;
}