UNPKG

@telekom/scale-components

Version:

Scale is the digital design system for Telekom products and experiences.

8 lines (7 loc) 147 B
export declare class DropdownSelectItem { hostElement: HTMLElement; selected?: boolean; focused?: boolean; value?: any; render(): any; }