UNPKG

@zohodesk/dot

Version:

In this Library, we Provide Some Basic Components to Build Your Application

17 lines 475 B
import { FieldCommonDefaultProps } from "../../props/FieldCommonDefaultProps"; export const defaultProps = { errorType: 'primary', textBoxSize: 'xmedium', textBoxType: 'text', textBoxVariant: 'primary', borderColor: 'default', fieldSize: 'medium', labelPalette: 'default', labelCustomClass: '', isClickable: false, needReadOnlyStyle: true, customProps: {}, formatCurrency: () => {}, dataSelectorId: 'currencyField', ...FieldCommonDefaultProps() };