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

7 lines
141 B
TypeScript

import { SelectItem } from './selectitem';
export interface SelectItemGroup {
label: string;
value?: any;
items: SelectItem[];
}