UNPKG

@zohodesk/dot

Version:

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

36 lines (35 loc) 829 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultProps = void 0; var defaultProps = { keyName: 'value', idName: 'id', isArrow: true, searchBoxSize: 'small', isDisabled: false, showIconOnHover: false, showOnHover: false, isReadOnly: false, isEditable: true, isDataLoaded: true, needTick: true, needResponsive: true, arrowIconPosition: 'default', groupOptionsKey: 'items', groupNameKey: 'name', isPadding: true, isToggleStateNeeded: false, isNeedEffect: true, hoverType: 'default', needExternalPopupState: false, customProps: {}, preventPopupClose: false, dataSelectorId: 'toggleDropdown', needMultiLineText: false, isAbsolutePositioningNeeded: true, isRestrictScroll: false, customClass: {} }; exports.defaultProps = defaultProps;