@pega/custom-dx-components
Version:
Utility for building custom UI components
28 lines (25 loc) • 560 B
text/typescript
// @ts-nocheck
export const configProps = {
value: '2023-01-24T16:45:00.000Z',
placeholder: 'DateTime Placeholder',
validatemessage: '',
label: 'DateTime Label',
hideLabel: false,
helperText: 'DateTime helper text',
withSeconds: false,
nextYearRange: '10',
previousYearRange: '5',
showWeekNumber: false,
testId: '12345678',
additionalProps: {},
displayMode: '',
variant: '',
hasSuggestions: false,
readOnly: false,
required: false,
disabled: false,
status: ''
};
export const stateProps = {
value: '.DateTimeLabel'
};