export const configProps = {
  value: 'John',
  label: 'Text Sample',
  placeholder: 'Text Placeholder',
  testId: 'Text-12345678',
  helperText: 'Text Helper Text',
  displayMode: '',
  readOnly: false,
  disabled: false,
  hideLabel: false,
  required: true
};

export const stateProps = {
  value: 'John'
};
