UNPKG

@zohodesk/dot

Version:

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

23 lines (22 loc) 503 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultProps = void 0; var defaultProps = { errorType: 'primary', isMandatory: false, textBoxSize: 'xmedium', textBoxType: 'text', textBoxVariant: 'primary', borderColor: 'default', isDisabled: false, isReadOnly: false, fieldSize: 'medium', labelPalette: 'default', labelCustomClass: '', i18nKeys: {}, customProps: {}, dataSelectorId: 'phoneField' }; exports.defaultProps = defaultProps;