UNPKG

@pega/dx-component-builder-sdk

Version:

Utility for building custom UI components

17 lines (16 loc) 379 B
// eslint-disable-next-line import/prefer-default-export export const configProps = { value: '', label: 'Text Sample', placeholder: 'Text Placeholder', helperText: 'Text Helper Text', testId: 'Text-12345678', hasSuggestions: false, disabled: false, readOnly: false, required: false, displayMode: '', status: '', hideLabel: false, validatemessage: '' };