UNPKG

@zohodesk/dot

Version:

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

16 lines 453 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', rightPlaceholderClass: '', ...FieldCommonDefaultProps() };