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.

19 lines (18 loc) 598 B
import { Component } from 'react'; import type { JSX } from 'react'; /** * @slot {"name": "", "description": "Default slot for the popover content." } * @slot {"name": "button", "description": "Renders a custom trigger button. When used, the default info button is replaced." } */ export declare class DSRPopover extends Component<any> { host: HTMLElement; private isOpen; private popover; private button; private slottedButton; private arrow; private cleanUpAutoUpdate; private hasNativePopoverSupport; private hasSlottedButton; render(): JSX.Element; }