UNPKG

@zohodesk/dot

Version:

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

19 lines 504 B
import { FieldCommonDefaultProps } from "../../props/FieldCommonDefaultProps"; export const defaultProps = { errorType: 'primary', openPopupOnMount: false, isDateTime: true, textBoxSize: 'xmedium', textBoxVariant: 'primary', borderColor: 'default', fieldSize: 'medium', isFocusOnLabelClick: true, labelPalette: 'default', labelCustomClass: '', timeZone: null, i18nKeys: {}, dataId: 'dateField', customProps: {}, dataSelectorId: 'dateField', ...FieldCommonDefaultProps() };