UNPKG

@pega/dx-component-builder-sdk

Version:

Utility for building custom UI components

15 lines (13 loc) 271 B
export const configProps = { value: '123.123', label: 'Decimal Sample', helperText: 'Decimal Helper Text', testId: 'decimal-12345678', displayMode: '', readOnly: false, disabled: false, required: true }; export const stateProps = { value: '123.123' };