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.

12 lines (11 loc) 359 B
import { Component } from 'react'; /** * @slot {"name": "", "description": "Default slot for the `p-tabs-item` tags." } * * @controlled { "props": ["activeTabIndex"], "event": "update", "isInternallyMutated": true } */ export declare class DSRTabs extends Component<any> { host: HTMLElement; private tabsItemElements; render(): JSX.Element; }