source:
trip-planner-front/node_modules/primeng/api/selectitemgroup.d.ts@
e29cc2e
Last change on this file since e29cc2e was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 141 bytes |
Line | |
---|---|
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.