UNPKG

@zohodesk/dot

Version:

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

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