@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
17 lines (16 loc) • 370 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultProps = void 0;
var defaultProps = {
dropBoxSize: 'small',
needLocalSearch: true,
needSearch: true,
textField: 'text',
valueField: 'id',
dataId: 'ViewDropDown',
isAbsolutePositioningNeeded: true,
isRestrictScroll: false
};
exports.defaultProps = defaultProps;