UNPKG

@zohodesk/dot

Version:

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

15 lines 424 B
import { FieldCommonDefaultProps } from "../../props/FieldCommonDefaultProps"; export const defaultProps = { textBoxSize: 'xsmall', textBoxVariant: 'primary', animated: true, errorType: 'primary', borderColor: 'default', fieldSize: 'medium', // isFocusOnLabelClick: true, labelPalette: 'default', labelCustomClass: '', customProps: {}, dataSelectorId: 'textareaField', ...FieldCommonDefaultProps() };