@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.
11 lines (10 loc) • 413 B
TypeScript
import { Component } from 'react';
/**
* @slot {"name": "heading", "description": "Shows a heading. Can be used to render rich markup." }
* @slot {"name": "", "description": "Default slot to render a description. Can be used to render rich markup." }
*/
export declare class DSRInlineNotification extends Component<any> {
host: HTMLElement;
private get hasDismissButton();
render(): JSX.Element;
}