Files
flights_web_raw/apps/angular/node_modules/primeng/api/selectitem.d.ts
T

9 lines
163 B
TypeScript

export interface SelectItem<T = any> {
label?: string;
value: T;
styleClass?: string;
icon?: string;
title?: string;
disabled?: boolean;
}