@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.
21 lines (20 loc) • 578 B
TypeScript
import { Component } from 'react';
/**
* @slot {"name": "", "description": "Default slot to render p-drilldown items." }
*
* @controlled {"props": ["open"], "event": "dismiss"}
* @controlled {"props": ["activeIdentifier"], "event": "update"}
*
* @experimental
*/
export declare class DSRDrilldown extends Component<any> {
host: HTMLElement;
private drilldownItemElements;
private primary;
private isSecondaryDrawerVisible;
private dialog;
private drawer;
private isDesktop;
componentWillLoad(): Promise<void>;
render(): JSX.Element;
}