You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 line
233 B

  1. export const InputSelectData = [
  2. {
  3. label: 'Auswahl 01',
  4. value: '1',
  5. },
  6. {
  7. label: 'Auswahl 02',
  8. value: '2',
  9. },
  10. {
  11. label: 'Auswahl 03',
  12. value: '3',
  13. },
  14. {
  15. label: 'Auswahl 04',
  16. value: '4',
  17. }
  18. ]