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.

10 lines (9 loc) 313 B
import { Component } from 'react'; import type { JSX } from 'react'; /** * @slot {"name": "", "description": "Default slot for an img or video tag when using the model-signature as a mask." } */ export declare class DSRModelSignature extends Component<any> { host: HTMLElement; render(): JSX.Element; }