source: trip-planner-front/node_modules/primeng/api/selectitem.d.ts@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 163 bytes
Line 
1export interface SelectItem<T = any> {
2 label?: string;
3 value: T;
4 styleClass?: string;
5 icon?: string;
6 title?: string;
7 disabled?: boolean;
8}
Note: See TracBrowser for help on using the repository browser.