source:
trip-planner-front/node_modules/primeng/api/selectitemgroup.d.ts@
bdd6491
Last change on this file since bdd6491 was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 141 bytes |
Rev | Line | |
---|---|---|
[59329aa] | 1 | import { SelectItem } from './selectitem'; |
2 | export interface SelectItemGroup { | |
3 | label: string; | |
4 | value?: any; | |
5 | items: SelectItem[]; | |
6 | } |
Note:
See TracBrowser
for help on using the repository browser.