@zohodesk/components
Version:
Dot UI is a customizable React component library built to deliver a clean, accessible, and developer-friendly UI experience. It offers a growing set of reusable components designed to align with modern design systems and streamline application development
31 lines (30 loc) • 666 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultProps = void 0;
var defaultProps = {
isDisabled: false,
isReadOnly: false,
iconRotated: false,
maxLength: '250',
needBorder: true,
size: 'medium',
type: 'text',
variant: 'default',
needReadOnlyStyle: true,
isClickable: false,
needEffect: true,
needInputFocusOnWrapperClick: false,
dataId: 'textBoxIcon',
borderColor: 'default',
showClearIcon: false,
i18nKeys: {},
customClass: {},
iconOnHover: false,
isFocus: false,
isScrollPrevent: false,
customProps: {},
dataSelectorId: 'textBoxIcon'
};
exports.defaultProps = defaultProps;