UNPKG

@zohodesk/dot

Version:

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

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