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) 332 B
import { Component } from 'react'; /** * @slot {"name": "caption", "description": "Shows a caption that describes the content of the table." } * @slot {"name": "", "description": "Default slot for the table content." } */ export declare class DSRTable extends Component<any> { host: HTMLElement; render(): JSX.Element; }