export const InputSelectData = [ { label: 'Auswahl 01', value: '1', }, { label: 'Auswahl 02', value: '2', }, { label: 'Auswahl 03', value: '3', }, { label: 'Auswahl 04', value: '4', } ]