// @ts-nocheck export const configProps = { value: '13:30', validatemessage: '', label: 'TimeOfDay Label', hideLabel: false, helperText: 'TimeOfDay helper text', withSeconds: false, testId: '12345678', additionalProps: {}, displayMode: '', variant: '', hasSuggestions: false, readOnly: false, required: false, disabled: false, status: '' }; export const stateProps = { value: '.TimeOfDayLabel' };