@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) • 378 B
TypeScript
import { Component } from 'react';
import type { MultiSelectOptionInternalHTMLProps } from '@porsche-design-system/components/dist/utils';
/**
* @slot {"name": "", "description": "Default slot for the option text." }
*/
export declare class DSRMultiSelectOption extends Component<any> {
host: HTMLElement & MultiSelectOptionInternalHTMLProps;
render(): JSX.Element;
}