File

projects/rebirth-ng/src/lib/select-button/select-button-item.model.ts

Index

Properties

Properties

icon
icon: string
Type : string
Optional
text
text: string
Type : string
value
value: any
Type : any
Optional
export interface SelectButtonItem {
  text: string;
  icon?: string;
  value?: any;
}

results matching ""

    No results matching ""